Skip to content

Commit

Permalink
Configure Digitransit CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Feb 20, 2023
1 parent b2dcf7a commit 4cd0239
Show file tree
Hide file tree
Showing 13 changed files with 232 additions and 416 deletions.
9 changes: 0 additions & 9 deletions .github/CODEOWNERS

This file was deleted.

70 changes: 0 additions & 70 deletions .github/pull_request_template.md

This file was deleted.

175 changes: 0 additions & 175 deletions .github/workflows/cibuild.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/close_stale_pr_and_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
if: github.repository_owner == 'opentripplanner'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6.0.1
- uses: actions/stale@v5.0.0
id: stale
with:
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days'
days-before-stale: 90
days-before-close: 30
operations-per-run: 260
operations-per-run: 180
exempt-issue-labels: 'Roadmap'
ascending: true
20 changes: 20 additions & 0 deletions .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Process dev-2.x push or pr
on:
push:
branches:
- dev-2.x
pull_request:
branches:
- dev-2.x
jobs:
docker-push:
if: github.ref == 'refs/heads/dev-2.x'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build docker image from dev-2.x and push it
run: ./.github/workflows/scripts/build_and_push_dev.sh
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_AUTH: ${{ secrets.DOCKER_AUTH }}
83 changes: 0 additions & 83 deletions .github/workflows/performance-test.yml

This file was deleted.

Loading

0 comments on commit 4cd0239

Please sign in to comment.