summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 14:01:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 14:01:35 +0000
commite6f2eaf47a177a8eca054d1d70a1b6287e8c3521 (patch)
treec5719e819a9e37df4b54affd61438f382ec38a8f /.github/workflows/pr.yml
parentAdding upstream version 060+5. (diff)
downloaddracut-e6f2eaf47a177a8eca054d1d70a1b6287e8c3521.tar.xz
dracut-e6f2eaf47a177a8eca054d1d70a1b6287e8c3521.zip
Adding upstream version 102.upstream/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