Skip to content

Commit 81d040e

Browse files
Onboard automations (#2760)
Co-authored-by: plengauer <100447901+plengauer@users.noreply.github.com>
1 parent f3deb9d commit 81d040e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/autoassign.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Autoassign
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
bump:
10+
runs-on: ubuntu-slim
11+
steps:
12+
- uses: plengauer/autoassign@v0.1.0
13+
with:
14+
github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)