Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

chore(deps): bump actions/stale from 8 to 9 #2

chore(deps): bump actions/stale from 8 to 9

chore(deps): bump actions/stale from 8 to 9 #2

Workflow file for this run

name: Definition of Done
on:
pull_request:
types: [opened, edited]
concurrency:
group: ci-pr-{{ github.event.number }}
cancel-in-progress: true
jobs:
check-dod:
if: contains(github.actor, 'dependabot') == false
runs-on: ubuntu-20.04
steps:
- name: Clone Repo
uses: actions/checkout@v3
- name: Check DoD
uses: platisd/definition-of-done@master
with:
dod_yaml: '.github/dod.yml'
github_token: ${{ secrets.GITHUB_TOKEN }}