Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub template and workflows needed on the default branch #70

Merged
merged 4 commits into from
Sep 25, 2023

Conversation

nickrobinson251
Copy link
Member

@nickrobinson251 nickrobinson251 commented Sep 25, 2023

We want to set the default branch on this repo to be the version that we're currently using, which is v1.9.2+RAI, but the PR template and the workflows that run on a schedule must be in the default branch... so this PR adds those GitHub things to v1.9.2+RAI.
this PR

  • copies the files from master+RAI (current default)
  • removes the codeowerns file that doesn't apply to this fork (we could always add our own one back later)
  • adds a workflow for closing stale PRs [this change can move to it's own PR if you prefer?]

in future, when we change default branch, it should be a simple as copying across the .github/ directory, e.g.

git checkout new-default-branch                # switch to new branch
git checkout old-default-branch -- .github/    # copy across the files from the old branch
git commit -m "add github setup needed when default branch"

@nickrobinson251 nickrobinson251 merged commit 47a7fef into v1.9.2+RAI Sep 25, 2023
6 checks passed
@nickrobinson251 nickrobinson251 deleted the npr-add-gha-workflows branch September 25, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants