File tree Expand file tree Collapse file tree 7 files changed +17
-7
lines changed Expand file tree Collapse file tree 7 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
- style = " blue"
1
+ style = " blue"
Original file line number Diff line number Diff line change
1
+ ---
1
2
version : 2
2
3
updates :
3
4
- package-ecosystem : " github-actions"
4
5
groups :
5
- # Group all GitHub Actions PRs into a single PR:
6
+ # Group all GitHub Actions PRs into a single PR
6
7
all-github-actions :
7
8
patterns :
8
9
- " *"
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : CI
2
3
on :
3
4
merge_group :
37
38
steps :
38
39
- uses : actions/checkout@v4
39
40
- name : Debug OIDC Claims
41
+ if : ${{ runner.os == 'Linux' }}
40
42
uses : github/actions-oidc-debugger@main
41
43
with :
42
44
audience : sts.amazonaws.com
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : JuliaFormatter
2
3
on :
3
4
merge_group :
34
35
if : ${{ !cancelled() && github.event_name == 'pull_request' }}
35
36
with :
36
37
tool_name : JuliaFormatter
38
+ # Post results on all results and not just changed files:
39
+ # https://github.com/reviewdog/reviewdog#filter-mode
40
+ filter_mode : nofilter
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : TagBot
2
3
on :
3
4
issue_comment :
Original file line number Diff line number Diff line change 1
- name : AWS
1
+ ---
2
+ name : Update API
2
3
on :
3
4
pull_request :
4
5
paths :
5
- - " .github/workflows/update_apis.yml "
6
+ - " .github/workflows/UpdateAPI.yaml "
6
7
schedule :
7
8
- cron : " 0 6 * * *" # Daily at 6 a.m. UTC
8
9
workflow_dispatch :
9
10
10
11
jobs :
11
- update-apis :
12
+ update :
13
+ name : AWS API Definitions
12
14
runs-on : ubuntu-latest
13
15
steps :
14
16
- uses : actions/checkout@v4
15
- - uses : julia-actions/setup-julia@latest
17
+ - uses : julia-actions/setup-julia@v2
16
18
with :
17
19
version : " 1"
18
20
- uses : julia-actions/cache@v2
Original file line number Diff line number Diff line change 1
1
## AWS.jl
2
2
3
- [ ![ CI] ( https://github.com/JuliaCloud/AWS.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaCloud/AWS.jl/actions?query=workflow%3ACI )
3
+ [ ![ CI] ( https://github.com/JuliaCloud/AWS.jl/actions/ workflows/CI.yaml /badge.svg?branch=master )] ( https://github.com/JuliaCloud/AWS.jl/actions/workflows/CI.yaml ?query=branch%3Amaster )
4
4
[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
5
5
[ ![ ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet )] ( https://github.com/SciML/ColPrac )
6
6
You can’t perform that action at this time.
0 commit comments