]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: use our own version of commisery
authorHarald Hoyer <harald@redhat.com>
Tue, 26 Jan 2021 14:45:40 +0000 (15:45 +0100)
committerDaniel Molkentin <daniel@molkentin.de>
Tue, 26 Jan 2021 16:57:25 +0000 (17:57 +0100)
This should hopefully fix:
* not checking the PR github title
* not error on the auto merge commit message

.github/workflows/pr.yml

index c6782c559851961f505658dacc686a00bbc99249..ee46168e86629443d478448fe5470a21b4c76bcb 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Run Commisery
-      uses: KevinDeJong-TomTom/commisery-action@master
+      uses: dracutdevs/commisery-action@master
       with:
         token: ${{ secrets.GITHUB_TOKEN }}
         pull_request: ${{ github.event.number }}