Skip to content

Commit

Permalink
Updating pagination docs and pr close bot (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters authored and runner committed Oct 12, 2023
1 parent a04b424 commit 96cf0a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apollo-ios-pagination/.github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Close Pull Request

on:
pull_request_target:
types: [opened]

jobs:
run:
name: Close and Comment PR
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "We do not accept PRs directly to the 'apollo-ios-pagination' repo. All development is done through the 'apollo-ios-dev' repo, please see the CONTRIBUTING guide for more information."
1 change: 1 addition & 0 deletions apollo-ios-pagination/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If you would like to contribute to this library, you should make your code modifications and pull requests in the the [apollo-ios-dev](https://github.com/apollographql/apollo-ios-dev) repository. For more information, see the contributor guide in the `apollo-ios-dev` repo [here](https://github.com/apollographql/apollo-ios-dev/tree/main/CONTRIBUTING.md)

0 comments on commit 96cf0a5

Please sign in to comment.