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
When creating a pipeline in Harness CI, this automation needs to create Pull Request and Push triggers.
TODO: We should also be able to support Tag and Cron events, but those will be tracked in a separate issue.
Both triggers should ignore commits with the same skip logic as Drone. While only [CI SKIP] is in the documentation, Drone supports more patterns. I only tested variations on [SKIP CI], but we should probably support ***NO_CI*** and ***no_ci*** as well.
Also, it is unclear to me if these triggers require input sets. I was unable to get either trigger working without providing an input set.
Examples
Pull Request Trigger
I think Drone only supports Open, Reopen and Synchronize pull request actions, but we should verify.
When creating a pipeline in Harness CI, this automation needs to create Pull Request and Push triggers.
TODO: We should also be able to support Tag and Cron events, but those will be tracked in a separate issue.
Both triggers should ignore commits with the same skip logic as Drone. While only
[CI SKIP]
is in the documentation, Drone supports more patterns. I only tested variations on[SKIP CI]
, but we should probably support***NO_CI***
and***no_ci***
as well.Also, it is unclear to me if these triggers require input sets. I was unable to get either trigger working without providing an input set.
Examples
Pull Request Trigger
I think Drone only supports
Open
,Reopen
andSynchronize
pull request actions, but we should verify.Push Trigger
The text was updated successfully, but these errors were encountered: