diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 16:12:58 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-01 16:13:17 +0100 |
commit | 77d88bfdba3270330d4e9c8f618644291e15e312 (patch) | |
tree | a05b79bffc8f416367210437c563aa40435cf24b /.github | |
parent | 9059a9a0870ef739003b837f20a9d340539b3b1c (diff) | |
download | vyos-build-77d88bfdba3270330d4e9c8f618644291e15e312.tar.gz vyos-build-77d88bfdba3270330d4e9c8f618644291e15e312.zip |
GitHub: update PR request laballer to v5.0.0 tag
(cherry picked from commit 3b17c418857f922aba10954045d7d0bbb4903f77)
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 778daae3..3398af5b 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 |