Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 22 additions & 24 deletions .github/workflows/add-community-extension.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 4 additions & 9 deletions .github/workflows/add-community-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ emoji: "🧩"

on:
issues:
types: [opened, edited, labeled]
types: [labeled]
skip-bots: [github-actions, copilot, dependabot]

tools:
Expand Down Expand Up @@ -47,14 +47,9 @@ or update entries in the community extension catalog.

## Triggering Conditions

This workflow triggers on issue events. **Only process the issue if ALL of these
conditions are met:**

1. The issue has the `extension-submission` label
2. The issue title starts with `[Extension]:`

If the issue does not meet these conditions, add a brief comment explaining that
this workflow only processes extension submission issues, then stop.
This workflow only triggers when the `extension-submission` label is added to an
issue. Before processing, verify that the issue title starts with `[Extension]:`.
If it does not, stop without commenting.

## Step 1 — Read and Parse the Issue

Expand Down
Loading
Loading