Skip to content

Commit

Permalink
[core] Set GitHub Action top level permission
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 14, 2023
1 parent 6c11fe1 commit 488944a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ensure-triage-label.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Ensure triage label is present

on:
label:
types:
- deleted
issues:
types:
- opened

permissions: {}

jobs:
label_issues:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 488944a

Please sign in to comment.