Files
shaka-player/.github/workflows/update-issues.yaml
T
Shaka Bot d6d5b155ff chore: Sync common workflows (#5434)
This is an automated sync of common workflows for this organization.
The upstream source is:
https://github.com/shaka-project/shaka-github-tools/commit/208556c5ea86a1329f7d1f36fdcf6ed6abbb907b

Co-authored-by: Shaka Bot <shaka-bot@users.noreply.github.com>
2023-07-24 17:18:11 -07:00

31 lines
638 B
YAML

# Install this in .github/workflows/ to automate issue maintenance.
name: Update Issues
on:
workflow_dispatch:
# Allows for manual triggering.
schedule:
# Run every 30 minutes
- cron: '*/30 * * * *'
permissions:
issues: write
pull-requests: write
jobs:
update-issues:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
repository: shaka-project/shaka-github-tools
- name: Update Issues
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd update-issues
npm ci
node main.js