Skip to content

Commit 4fa73e5

Browse files
authored
ADD: 999 to ignore-status-codes
should now ignore 999 status codes, which are used to indicate that linkedin wants viewers to be logged in
2 parents f936c3e + c2dadaa commit 4fa73e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
directory: '_build/html'
5353
arguments: |
5454
--ignore-files "/.+\/_static\/.+/,/genindex.html/,/.+\/reference\/.+/"
55-
--ignore-status-codes "200, 302, 404, 403, 429, 503"
55+
--ignore-status-codes "200, 302, 404, 403, 429, 503, 999"

community/slack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Administrators in the pyOpenSci Slack space can set up [workflows](https://slack
1414

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

17-
* 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.
17+
* 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.
1818
* 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:
1919
* **`/GitHub subscribe pyopensci/python-package-guide issues`** will allow you to subscribe to issues in the python-package-guide channel
2020
* **`/GitHub unsubscribe pyopensci/python-package-guide pulls`** will unsubscribe you

0 commit comments

Comments
 (0)