This is an automated email from the ASF dual-hosted git repository.

choo121600 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 706c1196484 Add /.github/skills/issue-* to .gitignore (#67275)
706c1196484 is described below

commit 706c11964842f0787b5926c10333897f4c5d07e2
Author: Shahar Epstein <[email protected]>
AuthorDate: Thu May 21 12:16:43 2026 +0300

    Add /.github/skills/issue-* to .gitignore (#67275)
    
    The apache-steward framework wires up gitignored symlinks under
    .github/skills/ for each skill family it installs. The existing
    .gitignore already covered security-*, pr-management-*, and
    setup-isolated-setup-* symlinks but was missing the issue-* family,
    causing those symlinks to appear as untracked files after running
    /setup-steward.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index bca7f52e93b..a7c10930352 100644
--- a/.gitignore
+++ b/.gitignore
@@ -330,3 +330,4 @@ dev/registry/providers.json
 /.github/skills/setup-override-upstream
 /.github/skills/setup-shared-config-sync
 /.github/skills/list-steward-*
+/.github/skills/issue-*

Reply via email to