@@ -3,6 +3,11 @@ on:
issue_comment:
types: [created]
+permissions:
+ contents: write
+ issues: write
+ pull-requests: write
+
jobs:
backport:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/backport to')
@@ -8,6 +8,11 @@ on:
# Once per day at midnight PST (8 UTC)
- cron: '0 8 * * *'
compare_repos:
# Comment out this line to test the scripts in a fork