Skip to content

Commit

Permalink
Add it to ci.yml
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 7, 2023
1 parent 1550dd6 commit c5c0d6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply-issue-labels-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v3

- name: Run label script
run: ../actions/copy-issue-labels-to-pr.py ${{ secrets.GITHUB_TOKEN }} ${{ secrets.GITHUB_REPOSITORY }} ${{ github.event_path }}
run: ../actions/copy-issue-labels-to-pr.py ${{ secrets.GITHUB_TOKEN }} ${{ GITHUB_REPOSITORY }} ${{ github.event_path }}
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,12 @@ jobs:
- name: List files in the build directory if there was an error
run: ls -al ./build/distributions/
if: failure()

mirror-labels-to-pr:
# if: github.repository == 'opensearch-project/OpenSearch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Run label script
run: ../actions/copy-issue-labels-to-pr.py ${{ secrets.GITHUB_TOKEN }} ${{ GITHUB_REPOSITORY }} ${{ github.event_path }}

0 comments on commit c5c0d6e

Please sign in to comment.