diff options
author | tcely <tcely@users.noreply.github.com> | 2019-04-26 13:31:07 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-26 21:01:19 +0000 |
commit | c9b1fb6e8a891690c455e560e21ee52989917235 (patch) | |
tree | 6cacb27aa4e8089222d42cab132490bb07489ee0 /.github/autolabeler.yml | |
parent | 079f9c41cce01ba85ece8c48ba2e6b3a84dd168c (diff) | |
download | aports-c9b1fb6e8a891690c455e560e21ee52989917235.tar.bz2 aports-c9b1fb6e8a891690c455e560e21ee52989917235.tar.xz |
Create autolabeler.yml
https://github.com/apps/probot-autolabeler
Diffstat (limited to '.github/autolabeler.yml')
-rw-r--r-- | .github/autolabeler.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml new file mode 100644 index 0000000000..766218c056 --- /dev/null +++ b/.github/autolabeler.yml @@ -0,0 +1,6 @@ +R-main: /main +R-community: /community +R-testing: /testing +R-unmaintained: /unmaintained +R-non-free: /non-free +R-aports: ["/.github", "/.githooks", "/scripts"] |