Simple ingesting tools for Beancount (plain text, double entry accounting software). More importantly, a framework to allow you to easily write your own importers.
GNU General Public License v3.0
115
stars
39
forks
source link
PR Actions don't re-trigger when pushing new commits #114
The pull request Actions run when creating the PR initially, but they don't re-run when you push a new commit to fix something found in the initial quality gate.
I think it's likely because the workflow definition doesn't have the type of "synchronize". This community issue states that it's necessary in order for actions to re-run when additional commits are pushed. They state that the edited type applies to changes to the title, body, state, base, etc... but not commits.
Is the intent for the actions to re-run if additional commits are pushed?
The pull request Actions run when creating the PR initially, but they don't re-run when you push a new commit to fix something found in the initial quality gate.
I think it's likely because the workflow definition doesn't have the type of "synchronize". This community issue states that it's necessary in order for actions to re-run when additional commits are pushed. They state that the edited type applies to changes to the title, body, state, base, etc... but not commits.
Is the intent for the actions to re-run if additional commits are pushed?