Skip to content

Commit

Permalink
Fix labeler branch
Browse files Browse the repository at this point in the history
Or at least try fixing it
  • Loading branch information
Hans5958 committed Nov 6, 2024
1 parent d4fa8dc commit c3c4d1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

staging merge:
- all:
- base-branch:
- master
- head-branch:
- cleanup
- staging/'
- base-branch: "master"
- head-branch:
- "^cleanup$"
- "^staging/.+$"
3 changes: 2 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v5
sync-labels: true

0 comments on commit c3c4d1c

Please sign in to comment.