graphql-cli icon indicating copy to clipboard operation
graphql-cli copied to clipboard

Added Github action for Declarative label declaration, Standard Labels added for The Guild

Open tvvignesh opened this issue 5 years ago • 0 comments

Description

@Urigo was looking to standardize the labels used in all the repos across The Guild to enable easier management. This PR is for the same.

  • All labels are declared declaratively now with the help of this action to sync the same: https://github.com/micnncim/action-label-syncer
  • Master Labels for all the repos are managed in this repo: https://github.com/the-guild-org/shared-resources and are pushed to all the repos using PAT whenever changes are made there
  • Repo specific labels are added to the repo with an action to help them sync

NOTE: This does not remove any of the existing labels or changes the labels in the existing issues to avoid any trouble. It just adds new ones. Relabelling of issues would be required in the future

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

Screenshots/Sandbox (if appropriate/relevant):

This is how it looks in the codegen repo - its similar here

image

image

Checklist:

  • [x] I have followed the CONTRIBUTING doc and the style guidelines of this project

CC: @dotansimha

tvvignesh avatar Apr 10 '21 08:04 tvvignesh