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

Fixup welcome-newcomers.yaml #19039

Merged
merged 3 commits into from
May 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/welcome-newcomers.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: first-interaction
name: Say Hello to First-timers

on:
issues:
types: [opened]
pull_request:
branches: [main]
# NB: This is safe since we don't checkout the repo
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
pull_request_target:
thejcannon marked this conversation as resolved.
Show resolved Hide resolved
types: [opened]
branches: [main]

jobs:
check_for_first_interaction:
Expand Down