-
Notifications
You must be signed in to change notification settings - Fork 235
Update workflow: Draft docs for new features #4420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,16 +3,20 @@ name: "Draft docs for new features" | |
| on: | ||
| push: | ||
| - repo: "mintlify/server" | ||
| context: | ||
| - repo: "mintlify/docs" | ||
| slack_channels: | ||
| - id: "C09F421M918" | ||
| name: "404-roast" | ||
| - id: "C0ADGKY425T" | ||
| name: "ae-dinner-approve" | ||
| branch: main | ||
| - repo: "mintlify/mint" | ||
| branch: main | ||
| context: | ||
| - repo: "mintlify/docs" | ||
| notify: | ||
| slack: | ||
| channel_ids: | ||
| - C0AKYE83VV4 | ||
| automerge: false | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Broken YAML: push triggers displaced by misplaced blocksHigh Severity The Additional Locations (1)There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed
|
||
| --- | ||
|
|
||
| Review the diff from the last merged PR in the triggering repository. Identify any new features, APIs, or other changes that require documentation. | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suspicious slack channels appear accidentally committed
Medium Severity
A
slack_channelstop-level key with channels named"404-roast"and"ae-dinner-approve"was added, but no other workflow file in.mintlify/workflows/uses aslack_channelskey — they all usenotify.slack.channel_ids. These channel names don't appear related to documentation drafting and look like test or debug data that was accidentally included.