aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-03-03 16:40:34 +0000
committerMenny Even Danan <menny@evendanan.net>2020-03-05 16:07:08 +0000
commitd40c0503fb02902f2d016966919de04e726255b7 (patch)
treef195c852f09e976e9baff7c8c959bcbf34d29b17 /.github/workflows
parent51e38737682a38ee9586ddcaac982c572c3f2fbf (diff)
downloadAnySoftKeyboard-d40c0503fb02902f2d016966919de04e726255b7.tar.gz
AnySoftKeyboard-d40c0503fb02902f2d016966919de04e726255b7.tar.bz2
Update body for cron jobs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/localization_update.yml12
-rw-r--r--.github/workflows/packs_md_update.yml2
-rw-r--r--.github/workflows/third_party_update.yml15
3 files changed, 8 insertions, 21 deletions
diff --git a/.github/workflows/localization_update.yml b/.github/workflows/localization_update.yml
index 146dbc155..f0dc2f17b 100644
--- a/.github/workflows/localization_update.yml
+++ b/.github/workflows/localization_update.yml
@@ -22,14 +22,6 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
- - name: github_object
- env:
- GITHUB_CONTEXT_JSON: ${{ toJson(github) }}
- run: mkdir -p build/github_object && echo "${GITHUB_CONTEXT_JSON}" > build/github_object/github_object.json
- - uses: actions/upload-artifact@v1.0.0
- with:
- name: github_object
- path: build/github_object
- name: Upload strings from ime/app master
run: ./scripts/upload_strings_to_crowdin_api.sh keep
- name: Download latest translations
@@ -42,6 +34,6 @@ jobs:
title: 'Automated Localization Update from crowdin'
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
- body: ''
- team-reviewers: maintainers, add-on-maintainers
+ body: 'Generated from latest _master_ strings and crowdin data.'
+ team-reviewers: add-on-maintainers
branch: 'bot-pr/localization-update'
diff --git a/.github/workflows/packs_md_update.yml b/.github/workflows/packs_md_update.yml
index 80402cfde..4adefaf37 100644
--- a/.github/workflows/packs_md_update.yml
+++ b/.github/workflows/packs_md_update.yml
@@ -34,6 +34,6 @@ jobs:
title: 'Automated Packs List Update'
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
- body: ''
+ body: 'Generated from latest _master_ addons packages.'
team-reviewers: add-on-maintainers
branch: 'bot-pr/packs-list-update'
diff --git a/.github/workflows/third_party_update.yml b/.github/workflows/third_party_update.yml
index fdf72ed2a..a74ce384f 100644
--- a/.github/workflows/third_party_update.yml
+++ b/.github/workflows/third_party_update.yml
@@ -22,7 +22,6 @@ jobs:
- name: verify-greps
run: ./scripts/verify-third-party-update-greps.sh "${GREP_VERSION_CLASSES}"
gradle-update:
- if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -51,11 +50,10 @@ jobs:
title: 'Automated Gradle Update'
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
- body: ''
+ body: 'Latest version found at https://github.com/gradle/gradle/releases'
team-reviewers: infra, maintainers
branch: 'bot-pr/gradle-update'
robolectric-update:
- if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -86,11 +84,10 @@ jobs:
title: 'Automated Robolectric Update'
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
- body: ''
+ body: 'Latest version found at https://github.com/robolectric/robolectric/releases'
team-reviewers: infra, maintainers
branch: 'bot-pr/robolectric-update'
build-tools-update:
- if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -120,11 +117,10 @@ jobs:
title: 'Automated Build-Tools Update'
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
- body: ''
+ body: 'Latest version found in `sdkmanager --list` call.'
team-reviewers: infra, maintainers
branch: 'bot-pr/build-tools-update'
error-prone-update:
- if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -162,11 +158,10 @@ jobs:
title: 'Automated Error-Prone Update'
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
- body: ''
+ body: 'Latest version found at https://github.com/tbroyer/gradle-errorprone-plugin/releases and https://github.com/google/error-prone/releases.'
team-reviewers: infra, maintainers
branch: 'bot-pr/error-prone-update'
google-format-update:
- if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -201,6 +196,6 @@ jobs:
title: 'Automated Google-Format Update'
committer: 'Polyglot <ask@evendanan.net>'
author: 'Polyglot <ask@evendanan.net>'
- body: ''
+ body: 'Latest version found at https://github.com/sherter/google-java-format-gradle-plugin/releases and https://github.com/google/google-java-format/releases.'
team-reviewers: infra, maintainers
branch: 'bot-pr/google-format-update'