Skip to content

Commit e811df9

Browse files
committed
chore: Sync common workflows
This is an automated sync of common workflows for this organization. The upstream source is: shaka-project/shaka-github-tools@f0ad5ac
1 parent 986f926 commit e811df9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/sync-labels.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
jobs:
1717
sync-labels:
1818
runs-on: ubuntu-latest
19+
20+
permissions:
21+
# "Write" to Issues to manage labels for the repo
22+
issues: write
23+
1924
steps:
2025
- name: Checkout code
2126
uses: actions/checkout@v4

.github/workflows/update-issues.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ permissions:
1515
jobs:
1616
update-issues:
1717
runs-on: ubuntu-latest
18+
19+
permissions:
20+
# "Write" to Issues to add labels, milestones, comments, etc.
21+
issues: write
22+
# "Write" to Pull Requests for the same.
23+
pull-requests: write
24+
1825
steps:
1926
- name: Checkout code
2027
uses: actions/checkout@v4

0 commit comments

Comments
 (0)