Unverified Commit f1640b71 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/{review,reviewed}: rename from dismissed-review and review-dismissed

This is just a separate commit for a better diff. This workflow will be
extended with the `submitted` type in the next commit, so needs a
different naming.

While at it, also remove the useless concurrency group: This workflow is
never run in a PR context, so will never be cancelled.
parent d78de156
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
name: Dismissed review
name: Review

on:
  workflow_run:
    workflows:
      - Review dismissed
      - Reviewed
    types: [completed]

concurrency:
  group: dismissed-review-${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_id }}
  cancel-in-progress: true

permissions:
  pull-requests: write

+1 −1
Original line number Diff line number Diff line
name: Review dismissed
name: Reviewed

on:
  pull_request_review: