8000 fix(aur): `lidm-bin`@0.2.1 checksums · javalsai/lidm@620d861 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Code formatting

Code formatting #42

Workflow file for this run

name: Issues
on:
issue_comment:
types: [created]
issues:
types: [opened]
jobs:
cooldown:
name: Cooldown
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Cooldown
uses: osy/github-cooldown-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
cooldownMinutes: 15
maxNewIssues: 2
maxNewComments: 15
0