Skip to content

Commit bef87f3

Browse files
authored
blast_repo fixes (dart-archive/logging#154)
auto-publish, github-actions, no-response
1 parent 098675a commit bef87f3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

pkgs/logging/.github/workflows/no-response.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
steps:
2222
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
2323
with:
24+
# Don't automatically mark inactive issues+PRs as stale.
2425
days-before-stale: -1
26+
# Close needs-info issues and PRs after 14 days of inactivity.
2527
days-before-close: 14
2628
stale-issue-label: "needs-info"
2729
close-issue-message: >

pkgs/logging/.github/workflows/publish.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ on:
66
pull_request:
77
branches: [ master ]
88
push:
9-
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
9+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
1010

1111
jobs:
1212
publish:
1313
if: ${{ github.repository_owner == 'dart-lang' }}
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15+
permissions:
16+
id-token: write # Required for authentication using OIDC
17+
pull-requests: write # Required for writing the pull request note

pkgs/logging/.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sdk: [stable]
2323
steps:
2424
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25-
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
25+
- uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b
2626
with:
2727
sdk: ${{ matrix.sdk }}
2828
- id: install
@@ -47,7 +47,7 @@ jobs:
4747
sdk: [2.19.0, stable, beta]
4848
steps:
4949
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
50-
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
50+
- uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b
5151
with:
5252
sdk: ${{ matrix.sdk }}
5353
- id: install

0 commit comments

Comments
 (0)