mirror of
https://github.com/go-task/task.git
synced 2026-06-26 06:06:07 +00:00
feat: add action for when an issue is closed
This commit is contained in:
@@ -10,6 +10,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{secrets.GH_PAT}}
|
||||
script: |
|
||||
const issue = await github.rest.issues.get({
|
||||
owner: context.repo.owner,
|
||||
|
||||
Reference in New Issue
Block a user