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+ ---
12version : 2
23updates :
34 - package-ecosystem : " github-actions"
45 groups :
5- # Group all GitHub Actions PRs into a single PR:
6+ # Group all GitHub Actions PRs into a single PR
67 all-github-actions :
78 patterns :
89 - " *"
Original file line number Diff line number Diff line change 1+ ---
12name : CI
23on :
34 merge_group :
3738 steps :
3839 - uses : actions/checkout@v4
3940 - name : Debug OIDC Claims
41+ if : ${{ runner.os == 'Linux' }}
4042 uses : github/actions-oidc-debugger@main
4143 with :
4244 audience : sts.amazonaws.com
Original file line number Diff line number Diff line change 1+ ---
12name : JuliaFormatter
23on :
34 merge_group :
3435 if : ${{ !cancelled() && github.event_name == 'pull_request' }}
3536 with :
3637 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+ ---
12name : TagBot
23on :
34 issue_comment :
Original file line number Diff line number Diff line change 1- name : AWS
1+ ---
2+ name : Update API
23on :
34 pull_request :
45 paths :
5- - " .github/workflows/update_apis.yml "
6+ - " .github/workflows/UpdateAPI.yaml "
67 schedule :
78 - cron : " 0 6 * * *" # Daily at 6 a.m. UTC
89 workflow_dispatch :
910
1011jobs :
11- update-apis :
12+ update :
13+ name : AWS API Definitions
1214 runs-on : ubuntu-latest
1315 steps :
1416 - uses : actions/checkout@v4
15- - uses : julia-actions/setup-julia@latest
17+ - uses : julia-actions/setup-julia@v2
1618 with :
1719 version : " 1"
1820 - uses : julia-actions/cache@v2
Original file line number Diff line number Diff line change 11## AWS.jl
22
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 )
44[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
55[ ![ 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 )
66
You can’t perform that action at this time.
0 commit comments