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:12:58 +0100 |
commit | 3b17c418857f922aba10954045d7d0bbb4903f77 (patch) | |
tree | b2d2e1d94ff08dfd77da6ba14a7f9c9e30f4e453 /.github | |
parent | a49f83e2fcb4f19e31ae524276cb761d9c3c3794 (diff) | |
download | vyos-build-3b17c418857f922aba10954045d7d0bbb4903f77.tar.gz vyos-build-3b17c418857f922aba10954045d7d0bbb4903f77.zip |
GitHub: update PR request laballer to v5.0.0 tag
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 |