Skip to content

Commit

Permalink
switch labeler action
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Jan 14, 2024
1 parent 8f90b14 commit d32e29e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 31 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 1
labels:
- label: "automerge"
branch: "^update/*"
3 changes: 0 additions & 3 deletions .github/pr-labeler.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/autoupdate.yml

This file was deleted.

12 changes: 4 additions & 8 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Label PR

on:
pull_request_target:
types:
- reopened
- opened
pull_request_target: {}

jobs:
pr-labeler:
Expand All @@ -13,7 +10,6 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labeler.yml
- uses: srvaroa/labeler@v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d32e29e

Please sign in to comment.