[PR #5481] [MERGED] ci: sort and ignore more paths #5509

Closed
opened 2026-05-05 10:39:43 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5481
Author: @kmk3
Created: 11/24/2022
Status: Merged
Merged: 11/25/2022
Merged by: @netblue30

Base: masterHead: ci-sort-ignore-paths


📝 Commits (6)

  • 9bf5e45 ci: sort items on paths-ignore lists
  • 78ab343 ci: ignore github markdown templates in all workflows
  • 59da0f2 ci: ignore dependabot and gitlab-ci in all workflows
  • a057c1e ci: ignore codeql workflow file in other workflows
  • e2c7abb ci: ignore firecfg.config in the codeql workflow
  • 2499a3b ci: ignore man/vim paths in build-extra/codeql workflows

📊 Changes

4 files changed (+50 additions, -16 deletions)

View changed files

📝 .github/workflows/build-extra.yml (+18 -8)
📝 .github/workflows/build.yml (+10 -0)
📝 .github/workflows/codeql-analysis.yml (+16 -2)
📝 .github/workflows/profile-checks.yml (+6 -6)

📄 Description

Commits:

$ git log --reverse --pretty='* %s' master..
* ci: sort items on paths-ignore lists
* ci: ignore github markdown templates in all workflows
* ci: ignore dependabot and gitlab-ci in all workflows
* ci: ignore codeql workflow file in other workflows
* ci: ignore firecfg.config in the codeql workflow
* ci: ignore man/vim paths in build-extra/codeql workflows

Sort the paths and then ignore unnecessary files (mainly ignore workflow files
in other workflows).

Relates to #5249.

Kind of relates to #5289 #5296.


🔄 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/netblue30/firejail/pull/5481 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 11/24/2022 **Status:** ✅ Merged **Merged:** 11/25/2022 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `ci-sort-ignore-paths` --- ### 📝 Commits (6) - [`9bf5e45`](https://github.com/netblue30/firejail/commit/9bf5e453c63acfb925c5c23fd19bda44f7bdf3b8) ci: sort items on paths-ignore lists - [`78ab343`](https://github.com/netblue30/firejail/commit/78ab34341a4ae94391c594500c74f4d9d63e6904) ci: ignore github markdown templates in all workflows - [`59da0f2`](https://github.com/netblue30/firejail/commit/59da0f26425dc6c7540b083a63510ac86868c634) ci: ignore dependabot and gitlab-ci in all workflows - [`a057c1e`](https://github.com/netblue30/firejail/commit/a057c1ee4cb27163dbda9fe5b04730198f6b909a) ci: ignore codeql workflow file in other workflows - [`e2c7abb`](https://github.com/netblue30/firejail/commit/e2c7abb9252b4456ace278ac69fe881831261d6e) ci: ignore firecfg.config in the codeql workflow - [`2499a3b`](https://github.com/netblue30/firejail/commit/2499a3be219d86b262fc24f04d57d1529cfe6bb8) ci: ignore man/vim paths in build-extra/codeql workflows ### 📊 Changes **4 files changed** (+50 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-extra.yml` (+18 -8) 📝 `.github/workflows/build.yml` (+10 -0) 📝 `.github/workflows/codeql-analysis.yml` (+16 -2) 📝 `.github/workflows/profile-checks.yml` (+6 -6) </details> ### 📄 Description Commits: ```console $ git log --reverse --pretty='* %s' master.. * ci: sort items on paths-ignore lists * ci: ignore github markdown templates in all workflows * ci: ignore dependabot and gitlab-ci in all workflows * ci: ignore codeql workflow file in other workflows * ci: ignore firecfg.config in the codeql workflow * ci: ignore man/vim paths in build-extra/codeql workflows ``` Sort the paths and then ignore unnecessary files (mainly ignore workflow files in other workflows). Relates to #5249. Kind of relates to #5289 #5296. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:39:43 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5509
No description provided.