You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented a workflow to check whether a pull request had a news
fragment but I did it with `pull_request_target`, which doesn't have
access to the code from the PR. It's really just for doing surface level
checks of PRs that you can always trust to run. Make it a normal
`pull_request` trigger.
0 commit comments