Skip to content

Commit

Permalink
Create issue-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Niketkumardheeryan authored Jun 11, 2021
1 parent d5d4e55 commit eed9a97
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/issue-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Default

on: [push]

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

0 comments on commit eed9a97

Please sign in to comment.