Skip to content

Commit

Permalink
adjust labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Jan 14, 2024
1 parent b41947e commit d783cf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1
labels:
- label: "automerge"
author: "(scala-steward|renovate\\[bot\\])"
authors: ["scala-steward", "app/renovate"]
- label: "auto-approve"
author: "(scala-steward|renovate\\[bot\\])"
authors: ["scala-steward", "app/renovate"]
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 d783cf0

Please sign in to comment.