Skip to content

Commit 29e2d69

Browse files
committed
GH first-interaction action is busted, workaround
This works around a busted actions/first-interaction@v1 until it's fixed actions/first-interaction#101 Even after it's fixed it's probably good to keep around just so it won't block merges in the future. Signed-off-by: Michael Peters <mpeters@redhat.com>
1 parent 14cef7c commit 29e2d69

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/first-interaction@v1
10+
continue-on-error: true
1011
with:
1112
repo-token: ${{ secrets.GITHUB_TOKEN }}
1213
issue-message: 'Thank you for reporting your first issue. If the issue relates to a change you intend to work on, please ask that someone assign it to you.'

.github/workflows/submit-PR-coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [pull_request]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
continue-on-error: true
89
name: Submit code coverage from Packit tests
910
defaults:
1011
run:

0 commit comments

Comments
 (0)