File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ permissions: {}
99
1010jobs :
1111 save-context :
12- if : >
13- github.event.comment.user.login != 'docker-agent' &&
14- github.event.comment.user.login != 'docker-agent[bot]' &&
15- github.event.comment.user.type != 'Bot' &&
16- !contains(github.event.comment.body, '<!-- cagent-review -->') &&
17- !contains(github.event.comment.body, '<!-- cagent-review-reply -->')
1812 runs-on : ubuntu-latest
1913 steps :
2014 - name : Save event context
Original file line number Diff line number Diff line change @@ -11,15 +11,7 @@ permissions:
1111
1212jobs :
1313 review :
14- if : |
15- (github.event_name == 'issue_comment' &&
16- github.event.comment.user.login != 'docker-agent' &&
17- github.event.comment.user.login != 'docker-agent[bot]' &&
18- github.event.comment.user.type != 'Bot' &&
19- !contains(github.event.comment.body, '<!-- cagent-review -->') &&
20- !contains(github.event.comment.body, '<!-- cagent-review-reply -->')) ||
21- github.event.workflow_run.conclusion == 'success'
22- uses : docker/cagent-action/.github/workflows/review-pr.yml@367a30ddb41e0156459d03750f508eac03f3c38a # v1.5.5
14+ uses : docker/docker-agent-action/.github/workflows/review-pr.yml@e96a4bb40cac114f64358621e1d08346c8eadc8c # v2.0.1
2315 permissions :
2416 contents : read # Read repository files and PR diffs
2517 pull-requests : write # Post review comments
You can’t perform that action at this time.
0 commit comments