Skip to content

Commit

Permalink
Cleans up workflow file
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Sep 8, 2023
1 parent 6ad1acc commit dcc7331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 78 deletions.
67 changes: 0 additions & 67 deletions .github/copy-issue-labels-to-pr.py

This file was deleted.

13 changes: 2 additions & 11 deletions .github/workflows/apply-issue-labels-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ on:
pull_request:
pull_request_target:

#jobs:
# mirror-labels-to-pr:
## if: github.repository == 'opensearch-project/OpenSearch'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
#
# - name: Run label script
# run: pip install PyGithub && .github/copy-issue-labels-to-pr.py ${{ secrets.GITHUB_TOKEN }} $GITHUB_REPOSITORY $GITHUB_EVENT_PATH

jobs:
copy-labels:
runs-on: ubuntu-latest
Expand All @@ -27,4 +17,5 @@ jobs:
documentation
enhancement
labels-to-exclude: |
untriaged
untriaged
triaged

0 comments on commit dcc7331

Please sign in to comment.