mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
0174b1c7c6
* Added Issue Labeler, PR labeler, .github readme * Updated README with Issue Template information, and regex to metrics Co-authored-by: Kit Patella <kit@jepsen.io>
16 lines
365 B
YAML
16 lines
365 B
YAML
name: "Issue Labeler"
|
|
on:
|
|
issues:
|
|
types: [opened, edited]
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: github/issue-labeler@v2.2
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
configuration-path: .github/issue-labeler.yml
|
|
not-before: "2020-09-14T08:23:00Z"
|
|
enable-versioned-regex: 0
|