Skip to content

Commit 526d928

Browse files
committed
20220506A
1 parent 5ae7e4f commit 526d928

14 files changed

+383
-252
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# $<Schema>$ https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners#codeowners-syntax
21
* @hugoalh-studio/develop

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $<Schema>$ https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
21
name: "Bug Report (Form)"
32
description: "Report a bug."
43
labels:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# $<Schema>$ https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
21
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/documentation-issue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $<Schema>$ https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
21
name: "Documentation Issue (Form)"
32
description: "Report a documentation issue."
43
labels:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $<Schema>$ https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
21
name: "Feature Request (Form)"
32
description: "Suggest an idea."
43
labels:

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $<Schema>$ https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
32
updates:
43
- package-ecosystem: "github-actions"

.github/workflows/analyze-code-ghsl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $<Schema>$ https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
21
name: "Analyze Code - GitHub Super Linter"
32
on:
43
push:
@@ -19,7 +18,7 @@ jobs:
1918
runs-on: "ubuntu-latest"
2019
steps:
2120
- name: "Checkout Repository"
22-
uses: "actions/[email protected].1"
21+
uses: "actions/[email protected].2"
2322
with:
2423
fetch-depth: 0
2524
- name: "Analyze Repository"
Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $<Schema>$ https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
21
name: "Announce New Release - Discord"
32
on:
43
release:
@@ -9,33 +8,25 @@ jobs:
98
name: "Announce New Release - Discord"
109
runs-on: "ubuntu-latest"
1110
steps:
12-
- uses: "hugoalh/send-discord-webhook-ghaction@v4.1.1"
11+
- uses: "hugoalh/send-discord-webhook-ghaction@v4.2.0"
1312
with:
1413
key: "${{secrets.DISCORDWEBHOOK_HUGOALHSTUDIO_STUDIOANNOUNCEMENT_PROJECTNEWRELEASEANNOUNCER}}"
1514
payload: |
16-
{
17-
"embeds": [
18-
{
19-
"title": "GitHub Actions Toolkit (PowerShell)",
20-
"description": "Version ${{github.event.release.name}} (${{github.event.release.tag_name}}) is released and available on:",
21-
"color": "44,85,145",
22-
"thumbnail": {
23-
"url": "https://i.imgur.com/PRyLxK8.png"
24-
},
25-
"fields": [
26-
{
27-
"name": "GitHub (& Changelog)",
28-
"value": "${{github.event.release.html_url}}"
29-
},
30-
{
31-
"name": "PowerShell Gallery",
32-
"value": "https://www.powershellgallery.com/packages/hugoalh.GitHubActionsToolkit"
33-
},
34-
{
35-
"name": "Repository",
36-
"value": "${{github.event.repository.html_url}}"
37-
}
38-
]
39-
}
40-
]
41-
}
15+
content: |
16+
**__GitHub Actions Toolkit (PowerShell)__**
17+
18+
Version ${{github.event.release.name}} (${{github.event.release.tag_name}}) is released and available on:
19+
20+
- **GitHub Repository Release (& Changelog):** <${{github.event.release.html_url}}>
21+
- **PowerShell Gallery:** <https://www.powershellgallery.com/packages/hugoalh.GitHubActionsToolkit>
22+
embeds:
23+
- description: |
24+
**__GitHub Actions Toolkit (PowerShell)__**
25+
26+
${{github.event.repository.description}}
27+
28+
- **GitHub:** ${{github.event.repository.html_url}}
29+
color: "44,85,145"
30+
thumbnail:
31+
url: "https://i.imgur.com/PRyLxK8.png"
32+
wait: "true"

.github/workflows/announce-new-release-ifttt.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $<Schema>$ https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
21
name: "Announce New Release - IFTTT"
32
on:
43
release:

.github/workflows/publish-psg-module.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $<Schema>$ https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
21
name: "Publish - PowerShell Gallery - Module"
32
on:
43
release:
@@ -11,7 +10,7 @@ jobs:
1110
runs-on: "windows-latest"
1211
steps:
1312
- name: "Checkout Repository"
14-
uses: "actions/[email protected].1"
13+
uses: "actions/[email protected].2"
1514
- name: "Modify PowerShell Repository"
1615
id: "modify-powershell-repository"
1716
run: |

0 commit comments

Comments
 (0)