summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 14:01:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 14:01:36 +0000
commit70de5d4041249c1a0f597714398cc245f59495c6 (patch)
treeff491e31b95b662ca6c481ac49d1ca8a94c0226b /.github/workflows/pr.yml
parentAdding debian version 060+5-8. (diff)
downloaddracut-70de5d4041249c1a0f597714398cc245f59495c6.tar.xz
dracut-70de5d4041249c1a0f597714398cc245f59495c6.zip
Merging upstream version 102.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/pr.yml')
-rw-r--r--.github/workflows/pr.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 60ca1db..1113af0 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -9,11 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check-out the repo under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Run Commisery
- uses: dracutdevs/commisery-action@master
+ uses: tomtom-international/commisery-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- pull_request: ${{ github.event.number }}
-
+ # don't validate the pull request title
+ validate-pull-request: false
+ validate-pull-request-title-bump: false