mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
checkout first
This commit is contained in:
6
.github/workflows/labeler.yml
vendored
6
.github/workflows/labeler.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# This is a workflow file that will be used to run the labeler action on pull requests
|
||||
# The action will add labels to the pull request based on the files that were changed
|
||||
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
@@ -9,4 +12,7 @@ jobs:
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
sync-labels: true
|
||||
|
||||
Reference in New Issue
Block a user