-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #257 from lalithkota/17.0-develop
Copied PBMS modules from other repos
- Loading branch information
Showing
264 changed files
with
6,272 additions
and
9,526 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Tag the repo | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
new-tag: | ||
description: Tag in "vN.N.N" format | ||
required: true | ||
type: string | ||
previous-tag: | ||
description: Previous tag. "None" if no previous tag | ||
required: true | ||
type: string | ||
default: latest | ||
jobs: | ||
tag-repo: | ||
uses: openg2p/openg2p-packaging/.github/workflows/tag.yml@main | ||
with: | ||
new-tag: ${{ inputs.new-tag }} | ||
previous-tag: ${{ inputs.previous-tag }} | ||
secrets: | ||
OPENG2P_BOT_GITHUB_PAT: ${{ secrets.OPENG2P_BOT_GITHUB_PAT }} |
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# OpenG2P Entitlement: Differential | ||
|
||
Refer to https://docs.openg2p.org. |
This file was deleted.
Oops, something went wrong.
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.