Skip to content

Commit

Permalink
Test labeled
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Feb 14, 2024
1 parent 5c2f8ee commit c39e319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"AL: System Application":
- src/System Application/**

"AL: Business Foundation":
- src/Business Foundation/**

"AL: Tools":
- src/Tools/**

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/PullRequestLabeler.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pull request Labeler
on:
pull_request_target:
pull_request:

permissions:
contents: read
Expand All @@ -17,9 +17,10 @@ jobs:
if: github.repository_owner == 'microsoft'
steps:
- name: Label pull request
uses: actions/labeler@v5
uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
dot: true # allows for easier matching of paths
sync-labels: true

- name: Label community contribution
Expand Down

0 comments on commit c39e319

Please sign in to comment.