Skip to content

Commit

Permalink
bumped workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Feb 15, 2022
1 parent 18c2122 commit 3e17454
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 6 deletions.
40 changes: 40 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
changelog:
exclude:
labels:
- ':shipit: merge'
- github-actions
- javascript
- .NET
categories:
- title: ':boom: Breaking Changes'
labels:
- ':boom: breaking change'
- title: ':rocket: Features and :fire: Enhancements'
labels:
- ':rocket: feature'
- ':fire: enhancement'
- title: ':lady_beetle: Bugs and Security Fixes'
labels:
- ':lady_beetle: bug'
- ':old_key: security'
- title: ':blue_book: Documentation'
labels:
- ':blue_book: documentation'
- title: ':construction: Deprecated and :wastebasket: Removed'
labels:
- ':construction: deprecated'
- ':wastebasket: removed'
- title: Public Dependencies
labels:
- ':package: dependencies'
- title: ':hammer: Chores and Dependencies'
labels:
- ':hammer: chore'
- ':briefcase: private-dependencies'
- title: Help Wanted
labels:
- 'good first issue'
- 'help wanted'
- title: Other Items
labels:
- '*'
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
Publish:
needs:
- Build
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.2.6
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.0
secrets:
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'
2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:
- released
jobs:
close_milestone:
uses: RocketSurgeonsGuild/actions/.github/workflows/close-milestone.yml@v0.2.6
uses: RocketSurgeonsGuild/actions/.github/workflows/close-milestone.yml@v0.3.0
secrets:
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ on:

jobs:
comment:
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.2.6
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.0
secrets:
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:
- cron: '0 0 * * 4'
jobs:
create_milestone_and_draft_release:
uses: RocketSurgeonsGuild/actions/.github/workflows/draft-release.yml@v0.2.6
uses: RocketSurgeonsGuild/actions/.github/workflows/draft-release.yml@v0.3.0
secrets:
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
sync_labels:
uses: RocketSurgeonsGuild/actions/.github/workflows/sync-labels.yml@v0.2.6
uses: RocketSurgeonsGuild/actions/.github/workflows/sync-labels.yml@v0.3.0
2 changes: 1 addition & 1 deletion .github/workflows/update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
update_milestone:
uses: RocketSurgeonsGuild/actions/.github/workflows/update-milestone.yml@v0.2.6
uses: RocketSurgeonsGuild/actions/.github/workflows/update-milestone.yml@v0.3.0

0 comments on commit 3e17454

Please sign in to comment.