Skip to content

Commit

Permalink
Create label-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 26, 2023
1 parent 20ea5fd commit ea4372e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/label-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Labeling new issue

on:
issues:
types: ['opened', 'edited']

jobs:
build:
runs-on: ubuntu-latest

steps:

- uses: Renato66/auto-label@v2.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ea4372e

Please sign in to comment.