Skip to content

Commit

Permalink
Update pr-issue_management.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls authored Sep 9, 2024
1 parent 64e6c44 commit d6ffe75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-issue_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Extract issue ID and link PR to issue
if: github.event.action == 'opened' || github.event.action == 'reopened'
run: |
Expand All @@ -32,4 +35,4 @@ jobs:
gh issue edit $ISSUE_ID --add-label "done"
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d6ffe75

Please sign in to comment.