forked from HSLdevcom/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/dev-2.x' into vehicle-positions
- Loading branch information
Showing
494 changed files
with
3,806 additions
and
6,789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,23 +7,21 @@ on: | |
|
||
jobs: | ||
changelog-entry: | ||
if: github.event.pull_request.merged && github.repository_owner == 'opentripplanner' | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Checkout | ||
if: github.event.pull_request.merged && github.repository_owner == 'opentripplanner' | ||
uses: actions/checkout@v2 | ||
with: | ||
token: ${{ secrets.CHANGELOG_TOKEN }} | ||
|
||
- name: Configure Git User | ||
if: github.event.pull_request.merged && github.repository_owner == 'opentripplanner' | ||
run: | | ||
git config --global user.name 'OTP Changelog Bot' | ||
git config --global user.email '[email protected]' | ||
- name: Generate changelog entry from PR information | ||
if: github.event.pull_request.merged && github.repository_owner == 'opentripplanner' | ||
run: | | ||
# if the title contains "changelog skip" we don't generate an entry | ||
TITLE_LOWER_CASE=`echo $TITLE | awk '{print tolower($0)}'` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'Close Stale issues' | ||
name: 'Close stale issues' | ||
|
||
on: | ||
schedule: | ||
|
@@ -10,6 +10,7 @@ permissions: | |
|
||
jobs: | ||
stale: | ||
if: github.repository_owner == 'opentripplanner' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
@@ -18,6 +19,6 @@ jobs: | |
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: 6 | ||
operations-per-run: 10 | ||
exempt-issue-labels: 'Roadmap' | ||
ascending: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.