Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DarshitChanpura/OpenSearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ef3312bc8150d07288297564dc0f44b0c1c857d9
Choose a base ref
..
head repository: DarshitChanpura/OpenSearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 583213b0906ca30520d0b1507feae4cfc1499e6b
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 .github/workflows/apply-issue-labels-to-pr.yml
3 changes: 2 additions & 1 deletion .github/workflows/apply-issue-labels-to-pr.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,8 @@ jobs:
# if: github.repository == 'opensearch-project/OpenSearch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v3

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