Skip to content

Commit

Permalink
Update weeklypr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Nov 2, 2023
1 parent 3895fd1 commit 2eb8de6
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/weeklypr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,7 @@ jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create report file
run: date +%s > report.txt
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: Add report file
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: develop
title: 'Weekly merge develop to main'
body: >
This weekly PR is auto-generated by
[create-pull-request](https://github.com/peter-evans/create-pull-request).
labels: weekly, automated pr
reviewers: jmbhughes
draft: false
- name: create pull request
run: gh pr create -B main -H develop --title 'Weekly merge to develop' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2eb8de6

Please sign in to comment.