diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 16:10:26 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-01 15:43:38 +0000 |
commit | 1bc8d96f664a92ccfd657ac645c0c329bc720359 (patch) | |
tree | 61a6008063acfa8a3b756f158272791a244d3698 /.github | |
parent | d2a09a547d0038e9f34737b28b84310a42ac426f (diff) | |
download | vyos-1x-1bc8d96f664a92ccfd657ac645c0c329bc720359.tar.gz vyos-1x-1bc8d96f664a92ccfd657ac645c0c329bc720359.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 |