Skip to content

Commit

Permalink
Create labeler for ADR updates (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
trmartin4 authored Oct 30, 2024
1 parent fea5921 commit 0aa59ae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
adr:
- changed-files:
- any-glob-to-any-file: docs/architecture/adr/**
16 changes: 16 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Pull Request Labeler"

on:
pull_request_target: {}

jobs:
labeler:
name: "Pull Request Labeler"
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
sync-labels: true # Remove labels if matches are removed

0 comments on commit 0aa59ae

Please sign in to comment.