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:10:34 +0100 |
commit | 32183aa0f0f9c51126d21693db0eafa256419b31 (patch) | |
tree | 0628d103100ecee6d7e6fc1e22bc3f582dd2ac01 | |
parent | 1e91e5ef9cc25a990e795e30859d058e3a25a9bc (diff) | |
download | vyos-1x-32183aa0f0f9c51126d21693db0eafa256419b31.tar.gz vyos-1x-32183aa0f0f9c51126d21693db0eafa256419b31.zip |
GitHub: update PR request laballer to v5.0.0 tag
-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 |