Skip to content

Commit

Permalink
Merge pull request #171 from Mogyuchi/#170
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jun 21, 2022
2 parents eed156d + 29c53f1 commit fa7bf52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/close-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
GH_REPO: ${{ github.repository }}
PR_NUMBER: ${{ github.event.number }}
steps:
- run: |
- name: Close issues
run: |
gh pr view $PR_NUMBER --json body --jq .body |
grep -oP --ignore-case '(^|\W)((close|resolve)(|s|d)|fix(|es|ed)) #[\d]+(?=\W|$)' |
grep -oP '#[\d]+' |
Expand Down

0 comments on commit fa7bf52

Please sign in to comment.