|
|
|
@ -17,7 +17,4 @@ jobs:
|
|
|
|
uses: actions/checkout@v2.3.2
|
|
|
|
uses: actions/checkout@v2.3.2
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Run Labeler
|
|
|
|
name: Run Labeler
|
|
|
|
if: success()
|
|
|
|
uses: crazy-max/ghaction-github-labeler@v3.0.0
|
|
|
|
uses: crazy-max/ghaction-github-labeler@v2.1.0
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|