[PR #911] [MERGED] Keep only external links checks #932

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

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/911
Author: @veggiemonk
Created: 11/8/2020
Status: Merged
Merged: 11/11/2020
Merged by: @veggiemonk

Base: masterHead: remove-check-ghrepo


📝 Commits (4)

  • 42da706 Keep only external links checks
  • e13a2c7 Move tests into subdir, QA
  • 6235ada Add script for running all tests locally, extract duplicate methods into helper
  • 2c53974 Rename files

📊 Changes

12 files changed (+296 additions, -351 deletions)

View changed files

📝 .github/PULL_REQUEST_TEMPLATE.md (+11 -0)
📝 .github/workflows/pull_request.yml (+1 -1)
📝 .gitignore (+1 -0)
.npmrc (+0 -1)
📝 .prettierrc (+2 -0)
old_build_beta.js (+0 -132)
📝 package.json (+2 -1)
pull_request.js (+0 -216)
tests/common.js (+102 -0)
📝 tests/exclude_in_test.json (+0 -0)
tests/pull_request.js (+66 -0)
tests/test_all.js (+111 -0)

📄 Description

fixes #908


🔄 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/911 **Author:** [@veggiemonk](https://github.com/veggiemonk) **Created:** 11/8/2020 **Status:** ✅ Merged **Merged:** 11/11/2020 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `remove-check-ghrepo` --- ### 📝 Commits (4) - [`42da706`](https://github.com/veggiemonk/awesome-docker/commit/42da7067e8d6c9a68bb86c29d6d4de387a659b39) Keep only external links checks - [`e13a2c7`](https://github.com/veggiemonk/awesome-docker/commit/e13a2c7791a42d084265d97a6d5fe9f1e64c5447) Move tests into subdir, QA - [`6235ada`](https://github.com/veggiemonk/awesome-docker/commit/6235ada42e09b274b6585cc84f4bb1e9478aa989) Add script for running all tests locally, extract duplicate methods into helper - [`2c53974`](https://github.com/veggiemonk/awesome-docker/commit/2c539749401aaabbd7deb2e444528deebd2430a9) Rename files ### 📊 Changes **12 files changed** (+296 additions, -351 deletions) <details> <summary>View changed files</summary> 📝 `.github/PULL_REQUEST_TEMPLATE.md` (+11 -0) 📝 `.github/workflows/pull_request.yml` (+1 -1) 📝 `.gitignore` (+1 -0) ➖ `.npmrc` (+0 -1) 📝 `.prettierrc` (+2 -0) ➖ `old_build_beta.js` (+0 -132) 📝 `package.json` (+2 -1) ➖ `pull_request.js` (+0 -216) ➕ `tests/common.js` (+102 -0) 📝 `tests/exclude_in_test.json` (+0 -0) ➕ `tests/pull_request.js` (+66 -0) ➕ `tests/test_all.js` (+111 -0) </details> ### 📄 Description fixes #908 --- <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:33 -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#932