Marton Elek created HDDS-2482:
---------------------------------
Summary: Enable github actions for pull requests
Key: HDDS-2482
URL: https://issues.apache.org/jira/browse/HDDS-2482
Project: Hadoop Distributed Data Store
Issue Type: Improvement
Reporter: Marton Elek
HDDS-2400 introduced a github actions workflow for each "push" event. It turned
out that pushing to a forked repository doesn't trigger this event even if it's
part of a PR.
We need to enable the execution for pull_request events:
References:
[https://github.community/t5/GitHub-Actions/Run-a-GitHub-action-on-pull-request-for-PR-opened-from-a-forked/m-p/31147#M690]
[https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#pull-request-events-for-forked-repositories]
{noformat}
Note: By default, a workflow only runs when a pull_request's activity type is
opened, synchronize, or reopened. To trigger workflows for more activity types,
use the types keyword.{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]