action-label-syncer icon indicating copy to clipboard operation
action-label-syncer copied to clipboard

GitHub Action to sync GitHub labels in the declarative way

Results 22 action-label-syncer issues
Sort by recently updated
recently updated
newest added

An import statement would enhance our ability to share configs across repos. Common fields needed by all repos (such as Type: bug) could be placed in a common config file....

closes #40 supersedes #41 Tests are passing.

I fixed the broken image on the Marketplace.

👋🏻 Hello! This PR should fix #63 and also add support for GitHub AE. These two products use a different API endpoint than GitHub.com, but the functionality of the API...

Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.7.0 to 1.8.0. Release notes Sourced from go.uber.org/multierr's releases. v1.8.0 Combine: perform zero allocations when there are no errors. Changelog Sourced from go.uber.org/multierr's changelog. v1.8.0 (2022-02-28) Combine:...

dependencies

This adds two main features: label renaming and import statements. Label renaming is an extension of the work done by @larsks in PR #60. To the renaming support in #60...

If I have a label `bug` and I would like it to be `type: bug`, I wish I could do something like this: ``` - name: "type: bug" alias: "bug"...

Resolve https://github.com/micnncim/action-label-syncer/issues/40

This MR implements the feature to excludes labels from syncing (see #65) and also a DryRun-Mode. Btw. this s my first contact with go and developing github-actions...so please be patient...it...

Hi and thanks for this action!!! I have multiple repositories which I am using for developing 3D-Printer plugins. All repos should use the same labels, so far so good. But...