1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

ci(freezer): update devel-freezer GHA to v1.1.0

The new version of `devel-freezer` GitHub Action adds support for milestones, labels, and more. Now, when the `rc` tag is published, it won't post a development freeze comment on PRs included in the next milestone.

This commit also sets a delay of the 20s for PR validation to give some time for updating labels and milestones on submitted PRs.
This commit is contained in:
Jan Macku 2024-03-20 12:37:18 +01:00
parent 2547791075
commit ec8c80eddb

View File

@ -35,7 +35,9 @@ jobs:
fetch-depth: 0
- name: Development Freezer
uses: redhat-plumbers-in-action/devel-freezer@67aec4a153bd9fca5322e1c4dd4d7c419fb36362
uses: redhat-plumbers-in-action/devel-freezer@396c94ba8cb417474e6626c83a42addea210a403
with:
pr-number: ${{ fromJSON(steps.artifact.outputs.pr-metadata-json).number }}
# delay start of validation to allow for some milestone/labels tweaking
delay: 20
token: ${{ secrets.GITHUB_TOKEN }}