Skip to content

Commit

Permalink
CI: Use separate owner for warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 28, 2020
1 parent 15de7fb commit a4b2e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/matchers/sphinx-linkcheck-warn.json
@@ -1,7 +1,7 @@
{
"problemMatcher": [
{
"owner": "sphinx",
"owner": "sphinx-warn",
"severity": "warning",
"pattern": [
{
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Expand Up @@ -66,6 +66,7 @@ jobs:
echo "::add-matcher::.github/matchers/sphinx-linkcheck-warn.json"
sed 's@^@docs/@' docs/_build/linkcheck/output.txt
echo "::remove-matcher owner=sphinx::"
echo "::remove-matcher owner=sphinx-warn::"
- uses: actions/upload-artifact@v2.2.1
if: always()
with:
Expand Down

0 comments on commit a4b2e1a

Please sign in to comment.