Skip to content

Commit

Permalink
Merge pull request #10 from punch-mission/develop
Browse files Browse the repository at this point in the history
add code of conduct, weeklypr.yaml
  • Loading branch information
jmbhughes authored Nov 3, 2023
2 parents 2d92e07 + 31531a5 commit 77c45d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/weeklypr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
schedule:
- cron: '0 0 * * THU'
name: weekly PR
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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 }}
1 change: 1 addition & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Please see our mission-wide code of conduct here.](https://github.com/punch-mission/punch-mission/blob/main/CODE_OF_CONDUCT.md)

0 comments on commit 77c45d6

Please sign in to comment.