[PR #908] [CLOSED] Remove pull request checks #929

Closed
opened 2025-11-06 12:10:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/908
Author: @veggiemonk
Created: 11/2/2020
Status: Closed

Base: masterHead: fixed-ci


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/908 **Author:** [@veggiemonk](https://github.com/veggiemonk) **Created:** 11/2/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fixed-ci` --- ### 📝 Commits (7) - [`d5dca64`](https://github.com/veggiemonk/awesome-docker/commit/d5dca645a01306a69f07215d71428dea19fc6818) fixed pull request checks - [`f8acd37`](https://github.com/veggiemonk/awesome-docker/commit/f8acd3758ce68aa94f270cb9f3d61913f89219b3) fixed package-lock.json for travis - [`3f6c0f9`](https://github.com/veggiemonk/awesome-docker/commit/3f6c0f9dd4d53166c7faedc18e0152ddd0b24fb4) wip - [`b96760d`](https://github.com/veggiemonk/awesome-docker/commit/b96760d0d8367252ac12a600ce9e2a7d6c65f7bb) Add PR check with GQL - [`a387fcf`](https://github.com/veggiemonk/awesome-docker/commit/a387fcfbd7792fda3c83a7b7f0f6e9e4da96a147) Exclude meetup in test - [`1c1f5d7`](https://github.com/veggiemonk/awesome-docker/commit/1c1f5d720539a3818a6e9da14c66814e269458b2) Remove pr check - [`d1c8707`](https://github.com/veggiemonk/awesome-docker/commit/d1c87070e24bc58320bf2cf37066d5e7f8c1c724) Update PR template ### 📊 Changes **10 files changed** (+905 additions, -1092 deletions) <details> <summary>View changed files</summary> ➖ `.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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:10:29 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#929