Skip to content

Commit

Permalink
lock down
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Aug 15, 2024
1 parent 073a44b commit 7e44e3a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/lockdown.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: 'Lock down repository'
name: 'Repo Lockdown'

on:
issues:
types: ['opened', 'reopened']
pull_request:
types: ['opened', 'reopened']
types: opened
pull_request_target:
types: opened
schedule:
- cron: '0 * * * *'

permissions:
issues: write
pull-requests: write

jobs:
lockdown:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v2
with:
github-token: ${{ github.token }}
- uses: dessant/repo-lockdown@v4

0 comments on commit 7e44e3a

Please sign in to comment.