Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev' into adrian/dummy-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 8, 2024
2 parents 944501b + 0a1a6e9 commit 0a778df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/labeler-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
new-admin-ui:
- changed-files:
- any-glob-to-any-file: 'packages/admin-ui/*'
15 changes: 15 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/workflows/labeler-config.yml

0 comments on commit 0a778df

Please sign in to comment.