Branch: refs/heads/haarg/irc-notification-pr-target
Home: https://github.com/Perl/perl5
Commit: 9c53d94476d64f1d42bfacc441c86c728d8ebdf7
https://github.com/Perl/perl5/commit/9c53d94476d64f1d42bfacc441c86c728d8ebdf7
Author: Graham Knop <[email protected]>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M .github/workflows/irc-notifications.yaml
Log Message:
-----------
irc notification: use pull_request_target so they can run without approval
pull_request workflows will not be run for new contributors without
approval. That is fine for tests, but notifications should always
happen.
pull_request_target workflows always run even for new contributors. They
run in the context of the base branch and have access to additional
secrets, which can present security issues. That is not an issue for
this workflow as it doesn't use any code from the pull request, only its
metadata.
Commit: d81cffad9206c249befaf178a387ad9c3497aa25
https://github.com/Perl/perl5/commit/d81cffad9206c249befaf178a387ad9c3497aa25
Author: Graham Knop <[email protected]>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M .github/workflows/irc-notifications.yaml
Log Message:
-----------
gha irc notifications: only run for main repo
Compare: https://github.com/Perl/perl5/compare/7c64438dd5c9...d81cffad9206
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications