Please add an apk for Openwrt Snapshots (which now use Alpine package manager instead of opkg) #1816
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: no-response | |
on: | |
issue_comment: | |
types: [created] | |
schedule: | |
- cron: "0 0 * * *" # daily at 00:00 | |
jobs: | |
no-response: | |
if: github.repository == 'ajeetdsouza/zoxide' | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: lee-dohm/[email protected] | |
with: | |
token: ${{ github.token }} | |
daysUntilClose: 30 | |
responseRequiredLabel: waiting-for-response | |
closeComment: > | |
This issue has been automatically closed due to inactivity. If you feel this is still relevant, please comment here or create a fresh issue. | |