File tree 3 files changed +8
-3
lines changed
pkgs/logging/.github/workflows 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
23
23
with :
24
+ # Don't automatically mark inactive issues+PRs as stale.
24
25
days-before-stale : -1
26
+ # Close needs-info issues and PRs after 14 days of inactivity.
25
27
days-before-close : 14
26
28
stale-issue-label : " needs-info"
27
29
close-issue-message : >
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [ master ]
8
8
push :
9
- tags : [ 'v[0-9]+.[0-9]+.[0-9]+* ' ]
9
+ tags : [ 'v[0-9]+.[0-9]+.[0-9]+' ]
10
10
11
11
jobs :
12
12
publish :
13
13
if : ${{ github.repository_owner == 'dart-lang' }}
14
14
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
Original file line number Diff line number Diff line change 22
22
sdk : [stable]
23
23
steps :
24
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
- - uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
25
+ - uses : dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b
26
26
with :
27
27
sdk : ${{ matrix.sdk }}
28
28
- id : install
47
47
sdk : [2.19.0, stable, beta]
48
48
steps :
49
49
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
50
- - uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
50
+ - uses : dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b
51
51
with :
52
52
sdk : ${{ matrix.sdk }}
53
53
- id : install
You can’t perform that action at this time.
0 commit comments