mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
fix: update pr-labeler job to checkout repo itself (#4127)
This commit is contained in:
parent
fbdaae3f06
commit
bb9a60fd26
16
.github/workflows/pr-labeler.yml
vendored
16
.github/workflows/pr-labeler.yml
vendored
@ -1,19 +1,19 @@
|
||||
# https://github.com/actions/labeler#create-workflow
|
||||
|
||||
name: Label Pull Requests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
prs:
|
||||
name: Triage
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: ".github/pr-labeler.yml"
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: "gitbutlerapp/gitbutler"
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
configuration-path: '.github/pr-labeler.yml'
|
||||
|
Loading…
Reference in New Issue
Block a user