Closed ychartois closed 3 years ago
I did test but might have miss something... anyway, the "Ensure this projects runs" is stuck since yesterday...
I did test but might have miss something... anyway, the "Ensure this projects runs" is stuck since yesterday...
This is because this only runs when:
on:
pull_request:
types: [opened, closed]
pull_request_review:
types: [submitted, dismissed]
so if you update the PR, the workflow to test the action doesn't run again.
@ychartois feel free to merge this PR.
Don't forget to add a "new release" after PR has been merged.
Not everybody would like to have automatic tagging as it's tied to personal workflow. It perfect when your workflow follow the: 1 task = 1 PR, but it's not always the case. By default the automatic tagging is turned off, if you want to enable it, you have to add it to your
teamwork.yml
like:Fixes https://github.com/Teamwork/github-sync/pull/33