Skip to content

Commit 401959c

Browse files
authored
ci: save a vote log within the comment (#320)
Save a vote log within the vote-start comment in order to have a persistent trace of the people who voted.
1 parent 367a611 commit 401959c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
schedule:
3+
- cron: '17 * * * *'
4+
workflow_dispatch:
5+
6+
jobs:
7+
vote-log-sync:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: publiccodeyml/bot@main
11+
with:
12+
username: yaml-9000
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.YAML_BOT_TOKEN }}

0 commit comments

Comments
 (0)