Skip to content

Commit

Permalink
trying sumitsh approach
Browse files Browse the repository at this point in the history
  • Loading branch information
SGI-CAPP-AT2 authored Oct 28, 2024
1 parent 1b0beda commit 6c09080
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/auto-label.json5
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"labelsSynonyms": {
"dependencies":[
"dependabot","dependency","dependencies"
],
"security":[
"dependabot","dependency","dependencies", "security"
],
"good first issue":[
"dependabot","dependency","dependencies", "security"
],
"ui/ux":[
"layout","screen", "design", "figma"
]
"dependencies": ["dependabot", "dependency", "dependencies"],
"security": ["security"],
"ui/ux": ["layout", "screen", "design", "figma"],
"goodFirstIssue": []
},
"defaultLabels": ["unapproved"],
"assignWhen": {
"goodFirstIssue": ["dependencies", "security", "ui/ux"]
}
}
}
3 changes: 1 addition & 2 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- uses: Renato66/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["unapproved"]'


Issue-Greeting:
name: Greeting Message to User
Expand Down

0 comments on commit 6c09080

Please sign in to comment.