Skip to content

Commit f8324b6

Browse files
Add Debug job to workflow
1 parent e20bf0d commit f8324b6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/prompts/PSModule.pr.prompt.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: Create a pull request with a release note style description, approp
66

77
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
88

9+
Use the GitHub MCP tools to create or update a pull request in the appropriate repository (fork or origin mode), with a structured release note style description, a title that includes an icon and change type, and labels based on the specified change type.
10+
911
## User input
1012

1113
$ARGUMENTS
@@ -69,7 +71,7 @@ $ARGUMENTS
6971
- Stop if the user cannot provide either of these.
7072

7173
5. **Generate PR title**:
72-
- **If issue title retrieved**: Use format `<Icon> <Issue Title>`
74+
- **If issue title retrieved**: Use format `<Icon> [<Change Type>]: <Issue Title>`
7375
- Examples:
7476
- `🚀 [Feature]: Add support for custom module templates`
7577
- `🪲 [Fix]: Resolve null reference in parameter validation`

.github/workflows/workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ permissions:
6767
id-token: write # to verify the deployment originates from an appropriate source
6868

6969
jobs:
70+
Debug:
71+
name: Debug
72+
runs-on: ubuntu-latest
73+
steps:
74+
- name: Debug
75+
uses: PSModule/Debug@main
76+
7077
# Runs on:
7178
# - ✅ Open/Updated PR - Always runs to load configuration
7279
# - ✅ Merged PR - Always runs to load configuration

0 commit comments

Comments
 (0)