Skip to content

Commit

Permalink
Create OpenXR-SDK-readonly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed May 7, 2020
1 parent 5b6a83f commit 90aade7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/OpenXR-SDK-readonly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Reply to pull requests.

on: [pull_request]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
# - name: PR Comment
# uses: github-actions-up-and-running/pr-comment@v1.0.1
# with:
# # GITHUB_TOKEN secret
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# # Message to comment
# message: 'Thanks for submitting a change! This repository is intended to be mostly "read-only" - it is generated from the [OpenXR-SDK-Source](https://github.com/KhronosGroup/OpenXR-SDK-Source) repository on a regular basis. Please submit your pull request there: if you need help transplanting your changes, just reopen this and let us know."
# - uses: actions/first-interaction@v1
# with:
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# issue-message: 'Message that will be displayed on users'' first issue'
# pr-message: 'Message that will be displayed on users'' first pr'
- name: Close Pull
uses: peter-evans/close-pull@v1.1.0
with:
# GitHub auth token
token: ${{ secrets.GITHUB_TOKEN }}
# A comment to make on the pull request before closing
comment: 'Thanks for submitting a change! This repository is intended to be mostly "read-only" - it is generated from the [OpenXR-SDK-Source](https://github.com/KhronosGroup/OpenXR-SDK-Source) repository on a regular basis. Please submit your pull request there: if you need help transplanting your changes, just reopen this and let us know.'

0 comments on commit 90aade7

Please sign in to comment.