Branch: refs/heads/haarg/irc-notification-pr-target
Home: https://github.com/Perl/perl5
Commit: 7c64438dd5c9f8f072822b41c80bc5e65cdf77b1
https://github.com/Perl/perl5/commit/7c64438dd5c9f8f072822b41c80bc5e65cdf77b1
Author: Graham Knop <[email protected]>
Date: 2026-07-03 (Fri, 03 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.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications