[PR #1278] [MERGED] feat: use directory workflow from the scripts repository #1875

Closed
opened 2026-01-29 15:25:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1278
Author: @Panquesito7
Created: 6/14/2023
Status: Merged
Merged: 9/27/2023
Merged by: @Panquesito7

Base: masterHead: script_workflows


📝 Commits (5)

  • 73edb14 feat: use directory workflow from the...
  • 9eda3e6 fix: on event
  • cc33f88 Merge branch 'master' into script_workflows
  • ab3cad5 chore: run directory workflow daily
  • 9f75afc Merge branch 'master' into script_workflows

📊 Changes

2 files changed (+29 additions, -5 deletions)

View changed files

📝 .github/workflows/awesome_workflow.yml (+0 -5)
.github/workflows/directory_writer.yml (+29 -0)

📄 Description

Description of Change

  • Use directory workflow from the scripts repository.
    • This contributes to #1214.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/TheAlgorithms/C/pull/1278 **Author:** [@Panquesito7](https://github.com/Panquesito7) **Created:** 6/14/2023 **Status:** ✅ Merged **Merged:** 9/27/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `script_workflows` --- ### 📝 Commits (5) - [`73edb14`](https://github.com/TheAlgorithms/C/commit/73edb148216b28ec507b6a7a4d0f0647f8988142) feat: use directory workflow from the... - [`9eda3e6`](https://github.com/TheAlgorithms/C/commit/9eda3e67b1a15a5a6a554c9194803eb59a649105) fix: `on` event - [`cc33f88`](https://github.com/TheAlgorithms/C/commit/cc33f88af0bef961b75fbcde7500c5400ef1136b) Merge branch 'master' into script_workflows - [`ab3cad5`](https://github.com/TheAlgorithms/C/commit/ab3cad5ecd3fcff59defc9ee6c183cf50b4db13f) chore: run directory workflow daily - [`9f75afc`](https://github.com/TheAlgorithms/C/commit/9f75afcab71caa916ba458653540a0d7b3a40d2f) Merge branch 'master' into script_workflows ### 📊 Changes **2 files changed** (+29 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/awesome_workflow.yml` (+0 -5) ➕ `.github/workflows/directory_writer.yml` (+29 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> - Use directory workflow from the `scripts` repository. - This contributes to #1214. #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [ ] ~Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines)~ - [ ] ~Added tests and example, test must pass~ - [ ] ~Relevant documentation/comments is changed or added~ - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:25:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1875