Skip to content

Commit

Permalink
chore: Sync common workflows (#7730)
Browse files Browse the repository at this point in the history
This is an automated sync of common workflows for this organization.
The upstream source is:
shaka-project/shaka-github-tools@f0ad5ac

Co-authored-by: Shaka Bot <shaka-bot@users.noreply.github.com>
  • Loading branch information
2 people authored and joeyparrish committed Dec 12, 2024
1 parent 029dc86 commit 2501095
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
jobs:
sync-labels:
runs-on: ubuntu-latest

permissions:
# "Write" to Issues to manage labels for the repo
issues: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/update-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ permissions:
jobs:
update-issues:
runs-on: ubuntu-latest

permissions:
# "Write" to Issues to add labels, milestones, comments, etc.
issues: write
# "Write" to Pull Requests for the same.
pull-requests: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2501095

Please sign in to comment.