feat: add tf plans for syncing labels across Charmed HPC repositories #13
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 adds a Terraform plan to our "meta" repository here that syncs our issue/pull request labels across the Charmed HPC GitHub organization. When a new PR is merged in
main
, GitHub Actions will run the Terraform plan to update all the labels on our main repositories. Current targeted repositories are as follows:These repositories were chosen since they are the ones we primarily work on right now, and it's not difficult to add more repositories to the plan. You can see the labels already uploaded here: https://github.com/charmed-hpc/slurmutils/labels
I also added a
justfile
that enables us to easily run the Terraform plans with a provided GitHub PAT. Let me know what you think!