Skip to content
Permalink
d50edfe977
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
View runs Go to file
 
 
Cannot retrieve contributors at this time
23 lines (21 sloc) 438 Bytes
name: labels
on:
push:
branches:
- 'master'
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
-
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v3.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}