We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abc1d6 commit 7998124Copy full SHA for 7998124
.github/workflows/auto-report-basic.yaml
@@ -44,12 +44,10 @@ jobs:
44
uses: peter-evans/create-pull-request@v7
45
with:
46
token: ${{ secrets.GITHUB_TOKEN }}
47
+ branch: auto-report-update
48
+ reviewers: RobertASmith
49
commit-message: Automated Model Run & Report Generation
50
title: 'Automated Model Run'
51
body: >
- Automated model run
- labels: report, automated pr
52
-
53
- - name: Auto-approve the PR
54
- if: contains(github.event.pull_request.title, 'Automated')
55
- uses: hmarr/auto-approve-action@v4
+ Updated report generated.
+ labels: report, automated pr
0 commit comments