mirror of
https://github.com/libffi/libffi.git
synced 2026-01-26 18:08:57 +00:00
Add Issue labeler Action
This commit is contained in:
parent
9ee7341dba
commit
dcc9e93b8a
15
.github/workflows/label-new-issue.yaml
vendored
Normal file
15
.github/workflows/label-new-issue.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
label_issue_job:
|
||||
permissions: write-all
|
||||
runs-on: ubuntu-latest
|
||||
name: Label new issue
|
||||
steps:
|
||||
- id: label-new-issue
|
||||
uses: atgreen/gail-issue-labeler-action@master
|
||||
with:
|
||||
llm_api_key: ${{ secrets.OPENAI_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
x
Reference in New Issue
Block a user