Skip to content

Commit

Permalink
Merge pull request #2006 from camptocamp/c2cciutils-upgrade-release_4
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
sbrunner authored Oct 10, 2023
2 parents 87b51aa + bf6c3a7 commit 304b46d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 97 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/auto-review.yaml

This file was deleted.

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]'
56 changes: 0 additions & 56 deletions .github/workflows/rebuild.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 304b46d

Please sign in to comment.