-
Notifications
You must be signed in to change notification settings - Fork 275
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
[WIP] Adds automation script to add issue label #3331
[WIP] Adds automation script to add issue label #3331
Conversation
c7515f6
to
c5c0d6e
Compare
Signed-off-by: Darshit Chanpura <[email protected]>
c5c0d6e
to
46b263a
Compare
Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Darshit Chanpura <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there might already be a GitHub Action that offers this functionality or more, see [labels] in the marketplace.
Found a couple that might handle this scenario
Signed-off-by: Darshit Chanpura <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #3331 +/- ##
============================================
- Coverage 64.17% 64.15% -0.03%
+ Complexity 3472 3470 -2
============================================
Files 263 263
Lines 20112 20112
Branches 3359 3359
============================================
- Hits 12907 12902 -5
- Misses 5526 5532 +6
+ Partials 1679 1678 -1 |
Signed-off-by: Darshit Chanpura <[email protected]>
hmm. i tried using an existing workflow. It seems to be working for same repo: DarshitChanpura#8 but no across forks 🤔 |
Signed-off-by: Darshit Chanpura <[email protected]>
Signed-off-by: Darshit Chanpura <[email protected]>
@DarshitChanpura During our triage session today, the associated issue was rejected. It looks like this feature might be useful in the OpenSearch repo maybe you'd consider shifting your change to that repository. |
Adds an automation workflow to port over labels from issues to PRs
Resolves #3335
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.