[wagon-3.x] Backport repository, issue templates, and CI configuration from master - #963
Closed
slachiewicz wants to merge 1 commit into
Closed
[wagon-3.x] Backport repository, issue templates, and CI configuration from master#963slachiewicz wants to merge 1 commit into
slachiewicz wants to merge 1 commit into
Conversation
- .asf.yaml: add branch protection for master, wagon-3.x, and wagon-1.x; enable issues; remove obsolete Jira autolinking - .github/dependabot.yml: target wagon-3.x for maven and github-actions - .github/ISSUE_TEMPLATE: add BUG, FEATURE, and config templates - .github/pull_request_template.md: add PR checklist - .github/workflows/stale.yml: add scheduled stale workflow
Member
Author
|
Closing as these repository and CI configurations are exclusively evaluated by GitHub and ASF Infra from the repository's default branch (
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backport repository and CI configurations to the
wagon-3.xmaintenance branch:.asf.yaml: Addprotected_branches(master, wagon-3.x, wagon-1.x),del_branch_on_merge: true, enable GitHub issues, and remove obsoleteautolink_jira: - WAGON..github/dependabot.yml: Targetwagon-3.xbranch for both Maven and GitHub Actions dependency ecosystems..github/ISSUE_TEMPLATE/: AddBUG.yml,FEATURE.yml, andconfig.ymlissue forms..github/pull_request_template.md: Add standard PR checklist with contributor guidance..github/workflows/stale.yml: Add scheduled stale issue/PR workflow.