Skip to content

Commit

Permalink
Merge pull request #2008 from camptocamp/c2cciutils-upgrade-5.0
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
sbrunner committed Oct 10, 2023
2 parents 484f6f2 + 9e36572 commit db946f0
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 158 deletions.
37 changes: 0 additions & 37 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 @@ -20,5 +20,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]'
58 changes: 0 additions & 58 deletions .github/workflows/rebuild.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions CHANGELOG.md

This file was deleted.

2 changes: 2 additions & 0 deletions ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.29/c2cciutils/schema.json

version:
branch_to_version_re:
- from: release_([0-9]+)
Expand Down

0 comments on commit db946f0

Please sign in to comment.