From: Harald Hoyer Date: Tue, 26 Jan 2021 14:45:40 +0000 (+0100) Subject: ci: use our own version of commisery X-Git-Tag: 052~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be30c816d4c8ff4b06dcb67237e308ae78bbc50d;p=thirdparty%2Fdracut.git ci: use our own version of commisery This should hopefully fix: * not checking the PR github title * not error on the auto merge commit message --- diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c6782c559..ee46168e8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 }}