Unverified Commit 20ab35ae authored by Matt Sturgeon's avatar Matt Sturgeon
Browse files

github/labeler: auto-tag backports for labeler

The labeler reads its config from the PR's base branch. Therefore, its
config files need to be kept in sync across development branches, like
other CI files.
parent cab52b36
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
          - any-glob-to-any-file:
              - .github/actions/*
              - .github/workflows/*
              - .github/labeler*.yml
              - ci/**/*.*
              - maintainers/github-teams.json
      - base-branch: ['master']
@@ -38,6 +39,7 @@
          - any-glob-to-any-file:
              - .github/actions/*
              - .github/workflows/*
              - .github/labeler*.yml
              - ci/**/*.*
              - maintainers/github-teams.json
      - base-branch: ['master']