-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mega Backport 2.x] Backports PRs with
backport-failed
labels that …
…weren't actually backported (#4610) Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: Darshit Chanpura <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sean Li <[email protected]> Signed-off-by: Maciej Mierzwa <[email protected]> Signed-off-by: Pavlos Daoglou <[email protected]> Signed-off-by: Stephen Crawford <[email protected]> Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Prabhas Kurapati <[email protected]> Signed-off-by: Prabhas Kurapati <[email protected]> Co-authored-by: Ryan Liang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sean Li <[email protected]> Co-authored-by: MaciejMierzwa <[email protected]> Co-authored-by: Pavlos Daoglou <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> Co-authored-by: Derek Ho <[email protected]> Co-authored-by: Prabhas Kurapati <[email protected]>
- Loading branch information
1 parent
05d9b69
commit 3176ce3
Showing
16 changed files
with
1,571 additions
and
311 deletions.
There are no files selected for viewing
132 changes: 0 additions & 132 deletions
132
.github/actions/start-opensearch-with-one-plugin/action.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Apply 'untriaged' label during issue lifecycle | ||
|
||
on: | ||
issues: | ||
types: [opened, reopened, transferred] | ||
|
||
jobs: | ||
apply-label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/github-script@v7 | ||
with: | ||
script: | | ||
github.rest.issues.addLabels({ | ||
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
labels: ['untriaged'] | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.