diff --git a/.github/workflows/apidiff.yml b/.github/workflows/apidiff.yml index 9fb2ec977d9..6edd97176ca 100644 --- a/.github/workflows/apidiff.yml +++ b/.github/workflows/apidiff.yml @@ -26,7 +26,7 @@ jobs: compare-imports: true print-compatible: true - name: Report failure - uses: nashmaniac/create-issue-action@v1.1 + uses: nashmaniac/create-issue-action@v1.2 # Only report failures of pushes (PRs have are visible through the Checks section) to the default branch if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e0e10f94398..ed5de1e6e1c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: version: v1.51 only-new-issues: true # Show only new issues if it's a pull request - name: Report failure - uses: nashmaniac/create-issue-action@v1.1 + uses: nashmaniac/create-issue-action@v1.2 # Only report failures of pushes (PRs have are visible through the Checks section) to the default branch if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: diff --git a/.github/workflows/testdata.yml b/.github/workflows/testdata.yml index cfdf47689a8..17711492e91 100644 --- a/.github/workflows/testdata.yml +++ b/.github/workflows/testdata.yml @@ -28,7 +28,7 @@ jobs: - name: Verify docs update run: make check-docs - name: Report failure - uses: nashmaniac/create-issue-action@v1.1 + uses: nashmaniac/create-issue-action@v1.2 # Only report failures of pushes (PRs have are visible through the Checks section) to the default branch if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: diff --git a/.github/workflows/unit-tests-legacy.yml b/.github/workflows/unit-tests-legacy.yml index 1de7b9e4745..4b6a92d5f63 100644 --- a/.github/workflows/unit-tests-legacy.yml +++ b/.github/workflows/unit-tests-legacy.yml @@ -31,7 +31,7 @@ jobs: - name: Perform the test run: make test-legacy - name: Report failure - uses: nashmaniac/create-issue-action@v1.1 + uses: nashmaniac/create-issue-action@v1.2 # Only report failures of pushes (PRs have are visible through the Checks section) to the default branch if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index bdb6b535ef9..bb863c7ceee 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -30,7 +30,7 @@ jobs: - name: Perform the test run: make test - name: Report failure - uses: nashmaniac/create-issue-action@v1.1 + uses: nashmaniac/create-issue-action@v1.2 # Only report failures of pushes (PRs have are visible through the Checks section) to the default branch if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: @@ -60,7 +60,7 @@ jobs: with: path-to-profile: coverage-all.out - name: Report failure - uses: nashmaniac/create-issue-action@v1.1 + uses: nashmaniac/create-issue-action@v1.2 # Only report failures of pushes (PRs have are visible through the Checks section) to the default branch if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: