From be30c816d4c8ff4b06dcb67237e308ae78bbc50d Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 26 Jan 2021 15:45:40 +0100 Subject: [PATCH] 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 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.47.3