Skip to content

Commit

Permalink
Fix: labeler semimodular (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Sep 22, 2023
1 parent 7807d5f commit 70a3bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

"Частичная модульность":
- any: ['code/**/*.dm']
- any: ['modular_ss220/**']
any: ['modular_ss220/**']

"SQL":
- 'SQL/**'
1 change: 1 addition & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 70a3bec

Please sign in to comment.