From e32fe6e572b85f122b1caad5d80d4f14143d0065 Mon Sep 17 00:00:00 2001 From: Ben Arthur Date: Mon, 16 Dec 2019 07:52:32 -0500 Subject: [PATCH 1/3] add TagBot --- .github/workflows/TagBot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/TagBot.yml diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml new file mode 100644 index 000000000..50b215e00 --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,12 @@ +name: TagBot +on: + schedule: + - cron: 0 0 * * 0 +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} From d6ef4bd565d764cc97b85921c45546eddecf5167 Mon Sep 17 00:00:00 2001 From: Ben Arthur Date: Thu, 19 Dec 2019 07:01:28 -0500 Subject: [PATCH 2/3] run CompatHelper once/week --- .github/workflows/CompatHelper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 8efc3c344..7bd9b4d82 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -2,7 +2,7 @@ name: CompatHelper on: schedule: - - cron: '* * * * 0' + - cron: '0 0 * * 0' issues: types: [opened, reopened] From 28db43ca04a8dba70a3c11fe41e4cb7db43279cf Mon Sep 17 00:00:00 2001 From: Ben Arthur Date: Thu, 19 Dec 2019 07:45:30 -0500 Subject: [PATCH 3/3] test on julia 1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7a8e7fac..26adf40e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: - linux julia: - 1.0 - - 1.2 + - 1 - nightly matrix: fast_finish: true @@ -18,7 +18,7 @@ codecov: true jobs: include: - stage: "Documentation" - julia: 1.0 + julia: 1 os: linux # disable global before_script in order not to install Compose twice before_script: