Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a proposal for a new pipeline management.
It is derived from what is done with e.g. web-token or webauthn.
.github/CONTRIBUTING.md
file.github/PULL_REQUEST_TEMPLATE.md
dependabot
rulesstale
rulesMakefile
in favor of composer scripts.github/workflows/merge-me.yml
: auto merge PR from dependabot (depends on CI status).github/workflows/release-on-milestone-closed.yml
: this GH Action is very useful and allows seamless branches and tags mgmt.2.0.x
,2.1.x
,3.0.x
...x
is an actual number (e.g.2.0.1
,2.0.2
,2.1.0
...).2.7.0
), this action will add a tag2.7.0
on the branch, create minor and minor branches if deemed necessary (2.8.x
and3.0.x
) and create a PR for merging2.7.0
to2.8.x
.Please note that some files require changes to be in line with this project.
In addition, the GH Actions require some project or organization secrets:
To be discussed.