Skip to content

Commit

Permalink
"Add version_health.yml GHA workflow for EOL reminder comments"
Browse files Browse the repository at this point in the history
  • Loading branch information
anovadox committed Jan 18, 2024
1 parent 50b5001 commit dcc880a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/version_health.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Version Health Report"

on:
pull_request:
types: [opened, synchronize]
schedule:
- cron: '37 13 * * 1-5'

permissions:
contents: read
pull-requests: write
issues: write

jobs:
version_health:
uses: doximity/dox-gh-shared-workflows/.github/workflows/version_health.yml@master
with:
primary_branch: ${{github.event.repository.default_branch}}
secrets: inherit

0 comments on commit dcc880a

Please sign in to comment.