Commit graph

32 commits

Author SHA1 Message Date
Joe Block
942c2e2b52 code.visualstudio.com keeps 403ing
code.visualstudio.com keeps 403ing, add it to awesomebot whitelist

Signed-off-by: Joe Block <jpb@unixorn.net>
2024-10-19 08:19:20 -06:00
Joe Block
b021d54433 Add Twilight4/nobility, update awesomebot config
- Add `Twilight4/nobility` plugin
- Ignore 522 http error code

Signed-off-by: Joe Block <jpb@unixorn.net>
2024-05-18 00:04:20 -06:00
dependabot[bot]
63c484bdfb
Bump pre-commit/action from 3.0.0 to 3.0.1
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 04:25:04 +00:00
Joe Block
f8abb48118 Run awesomebot checks daily
Run daily checks to make it easier to find stuff that is 404.

Signed-off-by: Joe Block <jpb@unixorn.net>
2024-02-09 16:30:59 -07:00
Joe Block
0a38924638 Allow 202s
Allow 202s, add bitbucket.org to the whitelist

Signed-off-by: Joe Block <jpb@unixorn.net>
2024-01-16 14:05:43 -07:00
Joe Block
6e5eb75868 Merge remote-tracking branch 'origin/main' into 2023-updates 2023-12-25 09:48:57 -07:00
Joe Block
163d261533 Update awesomebot configuration
Signed-off-by: Joe Block <jpb@unixorn.net>
2023-12-25 09:47:56 -07:00
dependabot[bot]
3be7074bf6
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 04:49:14 +00:00
dependabot[bot]
b2a1043faa
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 04:50:40 +00:00
Joe Block
5a35f31f16
Merge pull request #1753 from unixorn/2023-updates
2023 -07-23 updates
2023-07-24 19:08:23 -06:00
Joe Block
90bba05892 Grind awesomebot.yml through prettier
Signed-off-by: Joe Block <jpb@unixorn.net>
2023-07-20 07:43:30 -06:00
dependabot[bot]
c67fa44f7a
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 04:47:41 +00:00
Joe Block
296dab2691 Formatting fixes for issues found by pre-commit
Signed-off-by: Joe Block <jpb@unixorn.net>
2023-07-03 09:20:36 -06:00
Joe Block
69b2cf71da Add pre-commit workflow
Use pre-commit to enforce some of our checks on PRs

Signed-off-by: Joe Block <jpb@unixorn.net>
2023-07-03 07:37:12 -06:00
Joe Block
1e68507fbe Allow 429 errors during link checks
Awesomebot can trigger 429, even though it's configured to wait a second
between requests. 429s eventually go away, keep them from blocking PRs.

Signed-off-by: Joe Block <jpb@unixorn.net>
2023-06-11 14:46:22 -06:00
dependabot[bot]
4edb51150f
Bump actions/checkout from 1 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 22:11:51 +00:00
Joe Block
61d13e4cf1 Allow timeouts during link checks
Keep intermittent timeouts from breaking the build

Signed-off-by: Joe Block <jpb@unixorn.net>
2022-08-20 10:06:48 -07:00
Joe Block
4e4388b5b0 Ignore SSL errors
Got tired of having PRs get downchecked because someone's site cert
expired.

Signed-off-by: Joe Block <jpb@unixorn.net>
2022-05-20 10:25:04 -06:00
Joe Block
997614c410 Add a few more 50? codes to ignore in awesomebot checks
I'd rather have a false pass than a false negative when someone's
submitting a change. If it's a real issue, it'll 4?? eventually.

Signed-off-by: Joe Block <jpb@unixorn.net>
2022-01-22 08:01:21 -07:00
Joe Block
9265f85988 Update list of ignored 5xx errors in awesomebot configuration
Add a few more 5xx codes to ignore.

Signed-off-by: Joe Block <jpb@unixorn.net>
2021-12-08 10:10:55 -07:00
Joe Block
8fc6f652fa Ignore 503 errors too
Signed-off-by: Joe Block <jpb@unixorn.net>
2021-12-01 13:13:00 -07:00
Joe Block
52a50fa719 Ignore 502 errors
Github occasionally pukes up 502 errors on good repositories, so we're
going to ignore 502s to keep PR submissions from being blocked.

Signed-off-by: Joe Block <jpb@unixorn.net>
2021-11-21 16:10:34 -07:00
Joe Block
5522d2ad67 Update badges
- Remove broken build status badge
- Add awesomebot status badge

Signed-off-by: Joe Block <jpb@unixorn.net>
2021-09-28 07:28:46 -06:00
Joe Block
7251b0a9f8 Add exercism.io to allowlist
exercism.io has a lot of 50x errors even when it's working. Keep it from
making awesomebot report a failure.
2021-09-01 08:58:16 -06:00
Joe Block
61968cacf5 Add exception to awesombot for keybase.io
keybase.io sometimes has SSL errors, exclude
2021-05-25 07:32:58 -06:00
Joe Block
6a85a91906 Fix awesomebot command line 2021-03-04 19:21:32 -07:00
Joe Block
14508689c3 Ignore issues with cyberciti.biz 2021-03-02 13:47:16 -07:00
Joe Block
1a0f2fa771 Deal with site that 403s a lot 2021-02-27 14:01:10 -07:00
Joe Block
70eaf56c51 Whitelist hitokoto.cn in awesomebot checks
Whitelist hitokoto.cn since it sporadically refuses tcp connections
2021-01-19 11:14:53 -07:00
Joe Block
0ae850023f Update awesomebot action configuration 2020-11-15 08:35:18 -07:00
Joe Block
17f4e9ff75 mercurial site goes offline enough to get whitelisted. 2020-11-14 12:26:05 -07:00
Joe Block
41f9b840c3 Add awesomebot github action 2020-11-13 22:08:18 -07:00