Skip to content

[ENH] Add --refresh flag to dm_qc_report #32

[ENH] Add --refresh flag to dm_qc_report

[ENH] Add --refresh flag to dm_qc_report #32

Workflow file for this run

name: Add a label to a PR
on:
pull_request_target:
branches: [main]
types: [opened, reopened, edited, synchronize, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
label-pr:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-20.04
steps:
- name: Add a label to pull request
uses: srvaroa/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/checkout@v3
- name: Add a comment if title is malformed
uses: ./.github/comment_pr_title
with:
token: ${{ secrets.GITHUB_TOKEN }}