We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aebfb3 commit d1b9dfcCopy full SHA for d1b9dfc
.github/workflows/links.yml
@@ -26,6 +26,9 @@ jobs:
26
ignore_empty_alt: true
27
tokens: |
28
{"https://github.com": "${{ secrets.GITHUB_TOKEN }}"}
29
+ ignore_url: |
30
+ https://openai.com
31
+ https://openai.com/research/dall-e-2-pre-training-mitigations
32
swap_urls: |
33
{"^(\\..*)\\.md(#?.*)$": "\\1.md.html\\2",
- "^(https://github\\.com/.*)#.*$": "\\1"}
34
+ "^(https://github\\.com/.*)#.*$": "\\1"}
0 commit comments