Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 75b8767b9239bafd4f7425d164f39276b027f583
https://github.com/Perl/perl5/commit/75b8767b9239bafd4f7425d164f39276b027f583
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: 8525a10c5f15cf09a75976adf6f633815f2b49c6
https://github.com/Perl/perl5/commit/8525a10c5f15cf09a75976adf6f633815f2b49c6
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/823fa88ebd51...8525a10c5f15
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications