Skip to content

Commit

Permalink
ADD: 999 to ignore-status-codes
Browse files Browse the repository at this point in the history
should now ignore 999 status codes, which are used to indicate that linkedin wants viewers to be logged in
  • Loading branch information
kierisi authored May 31, 2024
2 parents f936c3e + c2dadaa commit 4fa73e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
directory: '_build/html'
arguments: |
--ignore-files "/.+\/_static\/.+/,/genindex.html/,/.+\/reference\/.+/"
--ignore-status-codes "200, 302, 404, 403, 429, 503"
--ignore-status-codes "200, 302, 404, 403, 429, 503, 999"
2 changes: 1 addition & 1 deletion community/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Administrators in the pyOpenSci Slack space can set up [workflows](https://slack

## Setting up an automatic feed to post from GitHub into Slack:

* First, grant permission to the Slack app from within GitHub (this has been completed, and can be further configured [here](https://github.com/pyOpenSci/software-submission/settings/installations). The bot was initially added via the [Slack-GitHub integration](https://slack.github.com/)). Then you can customize which Slack channels you want to use in order to track new activity on GitHub.
* First, grant permission to the Slack app from within GitHub (this has been completed, and can be further configured [here](https://github.com/pyOpenSci/software-submission/settings/installations). The bot was initially added via the [Slack-GitHub integration](https://slack.github.com/)). Then you can customize which Slack channels you want to use in order to track new activity on GitHub.
* To use this integration, you can provide commands directly in the channel to connect it to a specific feed of events on GitHub. Some useful commands are:
* **`/GitHub subscribe pyopensci/python-package-guide issues`** will allow you to subscribe to issues in the python-package-guide channel
* **`/GitHub unsubscribe pyopensci/python-package-guide pulls`** will unsubscribe you
Expand Down

0 comments on commit 4fa73e5

Please sign in to comment.