Skip to content

Commit

Permalink
Try with config file in same repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorabh Hamirwasia committed May 9, 2024
1 parent a195afd commit 687d9d6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/config/labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"name": "label1",
"color": "000000",
"description": "label1 desc"
},
{
"name": "label7",
"color": "777777",
"description": "label7 desc"
},
{
"name": "label8",
"color": "888888",
"description": "label8 desc"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/sync_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Synchronize labels
uses: julbme/gh-action-manage-label@v1
with:
from: https://github.com/sohami/.github/tree/main/.github/config/labels.json
from: .github/config/labels.json
skip_delete: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 687d9d6

Please sign in to comment.