Skip to content

[WIP] Adds automation script to add issue labels to PR #1

[WIP] Adds automation script to add issue labels to PR

[WIP] Adds automation script to add issue labels to PR #1

name: Apply all issue labels to PR
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