diff options
author | Denys Konovalov <kontakt@denyskon.de> | 2024-03-12 23:09:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 22:09:02 +0000 |
commit | 225fc405283a21c9ef966aa0bf8dabfe687804a8 (patch) | |
tree | 3cc76ae52c5fa74d5873ee3b45b4a24304ce8004 /.github/workflows/pull-labeler.yml | |
parent | 3e7ae79f99ef0e5ba3d1201c38f491121ea2a156 (diff) | |
download | gitea-225fc405283a21c9ef966aa0bf8dabfe687804a8.tar.gz gitea-225fc405283a21c9ef966aa0bf8dabfe687804a8.zip |
Update to labeler v5 (#29721)
Updated to actions/labeler@v5
Updated labeler config accordingly, also improved the config and added
more labels.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to '.github/workflows/pull-labeler.yml')
-rw-r--r-- | .github/workflows/pull-labeler.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pull-labeler.yml b/.github/workflows/pull-labeler.yml index edd2f6d16e..812819b599 100644 --- a/.github/workflows/pull-labeler.yml +++ b/.github/workflows/pull-labeler.yml @@ -9,12 +9,12 @@ concurrency: cancel-in-progress: true jobs: - label: + labeler: runs-on: ubuntu-latest permissions: contents: read pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: - dot: true + sync-labels: true |