feat(workflows): add and use stac setup and current datetime metadata TDE-1318 #2394
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
name: Pull Request lint | |
on: | |
pull_request: | |
types: ['opened', 'edited', 'reopened', 'synchronize'] | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: linz/action-pull-request-lint@4744d5a3ab84000afc4eb5dc98b7fd19d7682fff # v1 | |
with: | |
conventional: 'error' # require conventional pull request title (default: "error" options: "error", "warn", "off") | |
jira: 'warn' # Require JIRA ticket references (default: "warn", options: "error", "warn", "off") | |
jira-projects: 'BM,TDE' # optional list of jira projects |