Skip to content

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

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

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

Workflow file for this run

# Automation that runs upon pull requests being submitted.
name: automation-pr
on:
pull_request_target:
types: [opened, reopened, synchronize, converted_to_draft, edited]
check_suite:
types: [ requested ]
jobs:
mirror-labels-to-pr:
# if: github.repository == 'opensearch-project/OpenSearch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
run: .github-automation/copy-issue-labels-to-pr.py ${{ secrets.GITHUB_TOKEN }} $GITHUB_REPOSITORY $GITHUB_EVENT_PATH