Closed wahtique closed 1 year ago
There are some checks failing. If using this PR ( `uses: wahtique/skip-duplicate-actions@2e9b67bfb35498c7753464fb193af7233a41b164``), I get
Error: Elements in 'do_not_skip' must be one of "pull_request", "push", "workflow_dispatch", "schedule", "release"
Thank you for submitting the PR!
I cannot merge it without the compiled JS, we need the compiled JS updated for this to work
Merged, thank you for updating the JS!
Thanks for the PR @wahtique!
Sorry for my late & post-merge comment, but
- add
merge_group
to default value sfordo-not-skip
triggers : else, worfklow will be skipped when the PR is added to a merge queue since it just ran before
doesn't it make sense that it is skipped? 😄
@fkirc WDYT about this https://github.com/fkirc/skip-duplicate-actions/pull/329#issuecomment-1753304578? If the tree hash is the same in merge group it makes sense to skip it IMO?
However, I totally agree with the addition of merge_group
to do_not_skip
👍
In response to https://github.com/fkirc/skip-duplicate-actions/pull/329#issuecomment-1753304578
That was some time ago but use case was :
Possible fixes would be
@fkirc WDYT about this #329 (comment)? If the tree hash is the same in merge group it makes sense to skip it IMO? However, I totally agree with the addition of
merge_group
todo_not_skip
👍
I would agree to skip if a tree hash is in the same merge group, but I do not know how to implement it at the moment. So right now I believe the „do_not_skip“ is the easiest workaround.
@fkirc WDYT about this #329 (comment)? If the tree hash is the same in merge group it makes sense to skip it IMO? However, I totally agree with the addition of
merge_group
todo_not_skip
👍
I would agree to skip if a tree hash is in the same merge group, but I do not know how to implement it at the moment. So right now I believe the „do_not_skip“ is the easiest workaround.
merge_group
as workflow triggermerge_group
to default value sfordo-not-skip
triggers : else, worfklow will be skipped when the PR is added to a merge queue since it just ran before