Skip to content

Commit

Permalink
chore: Sync common workflows
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
  • Loading branch information
shaka-bot committed Dec 9, 2024
1 parent ff2cc71 commit d7557a6
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 d7557a6

Please sign in to comment.