Skip to content

Commit

Permalink
Merge pull request #812 from nizam-786mohaideen/patch-3
Browse files Browse the repository at this point in the history
Update issue-label.yml
  • Loading branch information
Ayushparikh-code authored Oct 27, 2024
2 parents 05a88b1 + 81b808e commit a187ffb
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/issue-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Label Syncer
uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
with:
manifest: .github/labels.json
prune: false
- name: Checkout code
uses: actions/checkout@v2

- name: Label Syncer
uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
with:
manifest: .github/labels.json
prune: false

0 comments on commit a187ffb

Please sign in to comment.