DBZ-3822 Adding note on trigger semanticsd

This commit is contained in:
Gunnar Morling 2021-09-15 16:00:04 +02:00
parent ad8e69cecc
commit 8bd686bf03
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
name: Octocat commits check
on:
# ATTENTION: See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
# re security implications of using this trigger; in particular, no code from PR branches must
# be executed in any flows triggered by it
pull_request_target:
branches: [ master ]
jobs:

View File

@ -1,5 +1,8 @@
name: Commit message format check
on:
# ATTENTION: See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
# re security implications of using this trigger; in particular, no code from PR branches must
# be executed in any flows triggered by it
pull_request_target:
branches: [ master ]