[PR #1949] [CLOSED] Introduce Auto Checking of URLs #1981

Closed
opened 2025-11-06 16:04:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sindresorhus/awesome/pull/1949
Author: @ohbus
Created: 2/15/2021
Status: Closed

Base: mainHead: main


📝 Commits (4)

📊 Changes

1 file changed (+39 additions, -0 deletions)

View changed files

.github/workflows/url-checker.yml (+39 -0)

📄 Description

  • This GitHub Action will auto check URLs present in the repository to check whether they are working or not.
  • This will also make sure that the PR's URLs are also checked before merging into main
  • And is scheduled to check if the existing URLs are working as expected. The cron is scheduled at 23:23 UTC

🔄 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/sindresorhus/awesome/pull/1949 **Author:** [@ohbus](https://github.com/ohbus) **Created:** 2/15/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`e850574`](https://github.com/sindresorhus/awesome/commit/e85057486f12c0dc6c1c8e945f7e26617df09b20) created URL checker - [`0f592f1`](https://github.com/sindresorhus/awesome/commit/0f592f1261c09051fa6c7d3a0d906bd88bed60e8) Update url-checker.yml - [`aa95e91`](https://github.com/sindresorhus/awesome/commit/aa95e912e01010fc105d9d6911ea5169720b2a10) Update url-checker.yml - [`59f6b5f`](https://github.com/sindresorhus/awesome/commit/59f6b5fe5890a81d0f63678ba7a59dc8dab4d665) Update url-checker.yml ### 📊 Changes **1 file changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/url-checker.yml` (+39 -0) </details> ### 📄 Description - [x] This GitHub Action will auto check URLs present in the repository to check whether they are working or not. - [x] This will also make sure that the PR's URLs are also checked before merging into `main` - [x] And is scheduled to check if the existing URLs are working as expected. _The cron is scheduled at 23:23 UTC_ --- <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 16:04:36 -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-sindresorhus#1981