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
The triage workflow is designed to manage pull requests targeting the main repo. PRs which involve only a fork should be out of scope for this workflow.
The Semantic Pull Request workflow is to check commits flowing into the main repo's default branch. It does not fit the use case where a PR is created in a fork and the PR is not targeting the main repo at all. There is no need here for a PR to conform to semantic commit conventions.
Issue
Two workflows for GitHub Actions triggered by
pull_request
events cause issues in a fork for pull requests with fork targets.The workflows are:
ADD_TO_TRIAGE_BOARD_TOKEN
missingWorkarounds
Workaround - Disable workflows
Refer to the GitHub documentation Disabling and enabling a workflow, individually disable each of the workflows:
A third workflow, associated with
issue_comment
events might also be disabled at the same time:Related issues
The text was updated successfully, but these errors were encountered: