Skip to content

Commit

Permalink
Update and rename label.yml to autoLabel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocahs9 authored Nov 18, 2024
1 parent c46cda8 commit e907611
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 44 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/autoLabel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Auto Labeler
on:
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
44 changes: 0 additions & 44 deletions .github/workflows/label.yml

This file was deleted.

0 comments on commit e907611

Please sign in to comment.