File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4949 configuration-path: .github/labeler.yml
5050 not-before: 2020-01-15T02:54:32Z
5151 enable-versioned-regex: 0
52+ repo-token: ${{ github.token }}
5253` ` `
5354
5455` not-before` is optional and will result in any issues prior to this timestamp to be ignored.
9091 enable-versioned-regex: 1
9192 versioned-regex: 'issue_labeler_regex_version=(\d +)'
9293 body-missing-regex-label: 'broken-template'
94+ repo-token: ${{ github.token }}
9395` ` `
9496
9597When the issue is evaluated it'll look for `.github/labeler-v1.yml` based on the `configuration-path` and the version number set in the issue.
@@ -133,6 +135,7 @@ jobs:
133135 configuration-path: .github/labeler.yml
134136 enable-versioned-regex: 0
135137 include-title: 1
138+ repo-token: ${{ github.token }}
136139` ` `
137140
138141# ## Syncing Labels
@@ -150,4 +153,5 @@ jobs:
150153 configuration-path: .github/labeler.yml
151154 enable-versioned-regex: 0
152155 sync-labels: 1
156+ repo-token: ${{ github.token }}
153157` ` `
You can’t perform that action at this time.
0 commit comments