Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds weekly PR, Updates Code of Conduct #96

Merged
merged 5 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/weeklypr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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
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
11 changes: 1 addition & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
We welcome and encourage contributions to this project in the form of pull requests, submission of issues, and comments on issues.

Contributors are expected

1. to be respectful and constructive; and
2. to enforce 1.

This code of conduct applies to all project-related communication that takes place on or at mailing lists, forums, social media, conferences, meetings, and social events.

This code of conduct is adapted from [the HAPI-Server project](https://github.com/hapi-server/client-python/blob/master/CODE_OF_CONDUCT.md).
[Please see our mission-wide code of conduct here.](https://github.com/punch-mission/punch-mission/blob/main/CODE_OF_CONDUCT.md)