Skip to content

Commit

Permalink
Merge pull request #3074 from mapfish/c2cciutils-upgrade-3.28
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
sbrunner authored Oct 11, 2023
2 parents 28e7033 + 63fdedd commit 2e59c24
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 449 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/audit.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/auto-review.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=ci/requirements.txt

- name: Clean docker hub tags
- name: Clean Docker hub tags
run: c2cciutils-clean
25 changes: 25 additions & 0 deletions .github/workflows/dependency-auto-review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Auto reviews updates

on:
pull_request:
types:
- opened
- reopened

jobs:
auto-merge:
name: Auto reviews updates
runs-on: ubuntu-22.04
timeout-minutes: 5

steps:
- uses: actions/github-script@v6
with:
script: |-
github.rest.pulls.createReview({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.payload.pull_request.number,
event: 'APPROVE',
})
if: github.event.pull_request.user.login == 'renovate[bot]'
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: c2cciutils-pull-request-checks
env:
GITHUB_EVENT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
40 changes: 0 additions & 40 deletions .github/workflows/rebuild-3-20-3-22.yaml

This file was deleted.

171 changes: 0 additions & 171 deletions .github/workflows/rebuild-3-23.yaml

This file was deleted.

Loading

0 comments on commit 2e59c24

Please sign in to comment.