Skip to content

Commit

Permalink
Create weeklypr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Oct 31, 2023
1 parent e576fc1 commit 05f88e7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/weeklypr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
schedule:
- cron: '0 6 * * THU'
name: weekly PR
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
title: '[Example] Add report file'
body: >
This weekly PR is auto-generated by
[create-pull-request](https://github.com/peter-evans/create-pull-request).
labels: weekly, automated pr

0 comments on commit 05f88e7

Please sign in to comment.