You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
chore(deps): update milestone and dependabot config (#2739)
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
GitHub
parent
232162d892
commit
0e0c558bc8
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -18,7 +18,7 @@ updates:
|
||||
labels:
|
||||
- "dependencies"
|
||||
commit-message:
|
||||
prefix: "feat"
|
||||
prefix: "chore"
|
||||
include: "scope"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
|
||||
6
.github/workflows/milestone.yml
vendored
6
.github/workflows/milestone.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
statuses: none
|
||||
|
||||
steps:
|
||||
- uses: actions/github-script@v4
|
||||
- uses: actions/github-script@v5
|
||||
with:
|
||||
script: |
|
||||
if (!context.payload.pull_request.merged) {
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
return;
|
||||
}
|
||||
|
||||
milestones = await github.issues.listMilestones({
|
||||
milestones = await github.rest.issues.listMilestones({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
state: 'open',
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
return;
|
||||
}
|
||||
|
||||
await github.issues.update({
|
||||
await github.rest.issues.update({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
issue_number: context.payload.pull_request.number,
|
||||
|
||||
Reference in New Issue
Block a user