mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-03-09 07:25:57 -05:00
[PR #908] [CLOSED] Remove pull request checks #929
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/908
Author: @veggiemonk
Created: 11/2/2020
Status: ❌ Closed
Base:
master← Head:fixed-ci📝 Commits (7)
d5dca64fixed pull request checksf8acd37fixed package-lock.json for travis3f6c0f9wipb96760dAdd PR check with GQLa387fcfExclude meetup in test1c1f5d7Remove pr checkd1c8707Update PR template📊 Changes
10 files changed (+905 additions, -1092 deletions)
View changed files
➖
.eslintrc.js(+0 -33)📝
.github/PULL_REQUEST_TEMPLATE.md(+11 -2)➖
.github/workflows/pull_request.yml(+0 -30)📝
.prettierrc(+4 -1)➖
.travis.yml(+0 -2)➖
exclude_in_test.json(+0 -6)➖
old_build_beta.js(+0 -132)📝
package-lock.json(+884 -663)📝
package.json(+6 -7)➖
pull_request.js(+0 -216)📄 Description
It becomes too cumbersome to keep up with GitHub rate limiting.
Putting a token inside is just not an acceptable choice for an open source project.
Github Actions default token are not able to query the GraphQL api.
I have no other choice.
From now on, the checking of those links will be "best effort".
Let me know what you think
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.