Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/update-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 5, 2024
1 parent 38e3ca9 commit f136377
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true

permissions:
contents: read

jobs:
update-labels-config:

runs-on: [self-hosted, linux, build]

permissions:
issues: write # for crazy-max/ghaction-github-labeler to create, rename, update

steps:
- name: "Initialise Workspace"
if: startsWith(runner.name, 'buildagent-')
Expand Down

0 comments on commit f136377

Please sign in to comment.