This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
fix(metrics.yaml): include new data_taxonomy & data_reviews info #224
Workflow file for this run
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: Semantic Pull Request | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- synchronize | |
permissions: {} | |
jobs: | |
main: | |
permissions: | |
pull-requests: read # to analyze PRs (amannn/action-semantic-pull-request) | |
statuses: write # to mark status of analyzed PR (amannn/action-semantic-pull-request) | |
runs-on: ubuntu-latest | |
name: Semantic Pull Request | |
steps: | |
- name: Validate PR title | |
uses: amannn/action-semantic-pull-request@v5.2.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |