Skip to content

Commit

Permalink
Update Auto_message_on_pr_merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 authored Oct 2, 2024
1 parent 0b9a4de commit 9eafdfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Auto_message_on_pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: write
pull-requests: write
issues: write

Expand All @@ -33,4 +34,4 @@ jobs:
if [ "$RESPONSE" -ne 201 ]; then
echo "Failed to add comment on merge"
exit 1
fi
fi

0 comments on commit 9eafdfc

Please sign in to comment.