Skip to content

Commit

Permalink
🔧 chore(workflow): Update pr-welcome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Oct 16, 2023
1 parent cb3f09b commit 0e278f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
if_merged:
name: Check merged and add comment
if: github.event.pull_request.merged == true
permissions:
issues: write # for actions-cool/issues-helper to update issues
pull-requests: write # for actions-cool/issues-helper to update PRs
runs-on: ubuntu-latest
steps:
- uses: actions-cool/pr-welcome@main
Expand Down

0 comments on commit 0e278f2

Please sign in to comment.