aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-03-02 15:16:46 +0000
committerMenny Even Danan <menny@evendanan.net>2020-03-02 15:20:02 +0000
commit4c6d21c78fe6cad9c088e175056a1a31dd7a0442 (patch)
tree41d1ada9e76058bb5c3c1e8901fc0acef53fab77 /.github/workflows
parentc071dc455f4c2fec0f7e119095ab02dac330d470 (diff)
downloadAnySoftKeyboard-4c6d21c78fe6cad9c088e175056a1a31dd7a0442.tar.gz
AnySoftKeyboard-4c6d21c78fe6cad9c088e175056a1a31dd7a0442.tar.bz2
Correctly using team-reviewers
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/localization_update.yml7
-rw-r--r--.github/workflows/packs_md_update.yml7
-rw-r--r--.github/workflows/third_party_update.yml13
3 files changed, 17 insertions, 10 deletions
diff --git a/.github/workflows/localization_update.yml b/.github/workflows/localization_update.yml
index 803a2a4e9..e728b4d96 100644
--- a/.github/workflows/localization_update.yml
+++ b/.github/workflows/localization_update.yml
@@ -4,6 +4,11 @@ name: localization
on:
schedule:
- cron: '24 02 * * *'
+ push:
+ branches:
+ - master
+ paths:
+ - 'ime/app/src/main/res/values/strings.xml'
env:
TERM: dumb
@@ -38,5 +43,5 @@ jobs:
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
body: ''
- team-reviewers: '@AnySoftKeyboard/owners, @AnySoftKeyboard/maintainers, @AnySoftKeyboard/languagemaintainers'
+ team-reviewers: owners, maintainers, languagemaintainers
branch: 'bot-pr/localization-update'
diff --git a/.github/workflows/packs_md_update.yml b/.github/workflows/packs_md_update.yml
index fc33f6181..1c5927af7 100644
--- a/.github/workflows/packs_md_update.yml
+++ b/.github/workflows/packs_md_update.yml
@@ -4,6 +4,11 @@ name: packs-lists
on:
schedule:
- cron: '30 09 * * *'
+ push:
+ branches:
+ - master
+ paths:
+ - 'addons/**'
env:
TERM: dumb
@@ -30,5 +35,5 @@ jobs:
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
body: ''
- team-reviewers: '@AnySoftKeyboard/owners, @AnySoftKeyboard/maintainers, @AnySoftKeyboard/languagemaintainers'
+ team-reviewers: owners, maintainers, languagemaintainers
branch: 'bot-pr/packs-list-update'
diff --git a/.github/workflows/third_party_update.yml b/.github/workflows/third_party_update.yml
index b45c24c75..051dcb873 100644
--- a/.github/workflows/third_party_update.yml
+++ b/.github/workflows/third_party_update.yml
@@ -4,9 +4,6 @@ name: third-party-update
on:
schedule:
- cron: '29 04 * * *'
- pull_request:
- branches:
- - '*'
env:
TERM: dumb
@@ -55,7 +52,7 @@ jobs:
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
body: ''
- team-reviewers: '@AnySoftKeyboard/owners, @AnySoftKeyboard/maintainers'
+ team-reviewers: owners, maintainers
branch: 'bot-pr/gradle-update'
robolectric-update:
if: github.event_name == 'schedule'
@@ -90,7 +87,7 @@ jobs:
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
body: ''
- team-reviewers: '@AnySoftKeyboard/owners, @AnySoftKeyboard/maintainers'
+ team-reviewers: owners, maintainers
branch: 'bot-pr/robolectric-update'
build-tools-update:
if: github.event_name == 'schedule'
@@ -124,7 +121,7 @@ jobs:
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
body: ''
- team-reviewers: '@AnySoftKeyboard/owners, @AnySoftKeyboard/maintainers'
+ team-reviewers: owners, maintainers
branch: 'bot-pr/build-tools-update'
error-prone-update:
if: github.event_name == 'schedule'
@@ -166,7 +163,7 @@ jobs:
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
body: ''
- team-reviewers: '@AnySoftKeyboard/owners, @AnySoftKeyboard/maintainers'
+ team-reviewers: owners, maintainers
branch: 'bot-pr/error-prone-update'
google-format-update:
if: github.event_name == 'schedule'
@@ -205,5 +202,5 @@ jobs:
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
body: ''
- team-reviewers: '@AnySoftKeyboard/owners, @AnySoftKeyboard/maintainers'
+ team-reviewers: owners, maintainers
branch: 'bot-pr/google-format-update'