Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: actions/first-interaction failing #500

Open
jpmcb opened this issue Nov 28, 2023 · 0 comments
Open

bug: actions/first-interaction failing #500

jpmcb opened this issue Nov 28, 2023 · 0 comments

Comments

@jpmcb
Copy link
Member

jpmcb commented Nov 28, 2023

There are failures with the weclome job: https://github.com/open-sauced/its-pizza-time/actions/runs/7010067694/job/19069791143?pr=20#step:3:12


welcome:
name: Welcome
runs-on: ubuntu-latest
timeout-minutes: 10
needs: semantics
if: github.event.action == 'opened'
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |-
Congrats on making your first Pull Request and thanks for taking the time to improve Open Sauced! ❤️! 🎉🍕
Say hello by joining the conversation in our [Discord](https://discord.gg/U2peSNf23P)

This action is used throughout many of our compliance workflows. This is failing for some reason in the upstream action: actions/first-interaction#286

We should consider using a different action if this doesn't get fixed upstream.

cc @nickytonline since you originally noticed this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant