[PR #5249] [MERGED] ci: ignore git-related paths and the project license #5415

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5249
Author: @kmk3
Created: 7/12/2022
Status: Merged
Merged: 7/31/2022
Merged by: @smitsohu

Base: masterHead: ci-ignore-git-paths


📝 Commits (1)

  • f46b6c0 ci: ignore git-related paths and the project license

📊 Changes

3 files changed (+18 additions, -0 deletions)

View changed files

📝 .github/workflows/build-extra.yml (+6 -0)
📝 .github/workflows/build.yml (+6 -0)
📝 .github/workflows/codeql-analysis.yml (+6 -0)

📄 Description

Add the following paths to the ignore lists:

  • .git-blame-ignore-revs
  • .gitignore
  • COPYING

To avoid running CI unnecessarily.

Commands used to show only the root files:

$ git ls-files | grep -v /

Misc: I noticed the missing paths on #5248.


🔄 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/5249 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 7/12/2022 **Status:** ✅ Merged **Merged:** 7/31/2022 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `ci-ignore-git-paths` --- ### 📝 Commits (1) - [`f46b6c0`](https://github.com/netblue30/firejail/commit/f46b6c09df3aee9f0cab39a411e7218e855fe6d7) ci: ignore git-related paths and the project license ### 📊 Changes **3 files changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-extra.yml` (+6 -0) 📝 `.github/workflows/build.yml` (+6 -0) 📝 `.github/workflows/codeql-analysis.yml` (+6 -0) </details> ### 📄 Description Add the following paths to the ignore lists: - .git-blame-ignore-revs - .gitignore - COPYING To avoid running CI unnecessarily. Commands used to show only the root files: $ git ls-files | grep -v / Misc: I noticed the missing paths on #5248. --- <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:37:59 -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#5415
No description provided.