diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 16:10:26 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-01 16:11:18 +0100 |
commit | dbbc4962b449b8bb6bef26ae56b9a09d5107588c (patch) | |
tree | c2b5bf3b981ebb0984998e62c58c8b8ef43272af /.github | |
parent | f87b69095028ce49892e8d33c013e1a04bae08e7 (diff) | |
download | vyos-1x-dbbc4962b449b8bb6bef26ae56b9a09d5107588c.tar.gz vyos-1x-dbbc4962b449b8bb6bef26ae56b9a09d5107588c.zip |
GitHub: update PR request laballer to v5.0.0 tag
(cherry picked from commit 32183aa0f0f9c51126d21693db0eafa256419b31)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull-request-labels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml index 778daae30..3398af5b0 100644 --- a/.github/workflows/pull-request-labels.yml +++ b/.github/workflows/pull-request-labels.yml @@ -17,4 +17,4 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/labeler@v5.0.0-alpha.1 + - uses: actions/labeler@v5.0.0 |