Skip to content

Drop Moya

Drop Moya #281

Workflow file for this run

name: Danger
on:
pull_request:
types: [opened, synchronize, edited]
branches:
- main
- hotfix
jobs:
danger:
name: Danger
runs-on: ubuntu-latest
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Danger
uses: 417-72KI/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}