File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11name : Ubuntu CI
22
3- on : [push, pull_request]
3+ on :
4+ pull_request :
5+ push :
6+ branches :
7+ - ' ign-common[0-9]'
8+ - ' gz-common[0-9]'
9+ - ' main'
410
511jobs :
612 bionic-ci :
713 runs-on : ubuntu-latest
814 name : Ubuntu Bionic CI
915 steps :
1016 - name : Checkout
11- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1218 - name : Compile and test
1319 id : ci
1420 uses : ignition-tooling/action-ignition-ci@bionic
1925 name : Ubuntu Focal CI
2026 steps :
2127 - name : Checkout
22- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2329 - name : Compile and test
2430 id : ci
2531 uses : ignition-tooling/action-ignition-ci@focal
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Add ticket to inbox
13- uses : technote-space/create-project-card-action@v1
13+ 1414 with :
15- PROJECT : Core development
16- COLUMN : Inbox
17- GITHUB_TOKEN : ${{ secrets.TRIAGE_TOKEN }}
18- CHECK_ORG_PROJECT : true
19-
15+ project-url : https://github.com/orgs/gazebosim/projects/7
16+ github-token : ${{ secrets.TRIAGE_TOKEN }}
You can’t perform that action at this time.
0 commit comments