Skip to content

Commit

Permalink
Enable Evergreen for the organization
Browse files Browse the repository at this point in the history
  • Loading branch information
lberrymage committed Feb 9, 2024
0 parents commit b852047
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/evergreen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check for non-dependabot-enabled repositories

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'

permissions:
issues: write

jobs:
evergreen:
name: evergreen
runs-on: ubuntu-latest
steps:
- uses: github/evergreen@v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORGANIZATION: accrescent

0 comments on commit b852047

Please sign in to comment.