Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:

- name: Run npm-update bot
run: |
make bots
tools/make-bots
bots/npm-update
2 changes: 1 addition & 1 deletion .github/workflows/po-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:

- name: Run po-refresh bot
run: |
make bots
tools/make-bots
bots/po-refresh
21 changes: 21 additions & 0 deletions .github/workflows/urls-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: urls-check
on:
schedule:
- cron: '0 4 * * *'
# can be run manually on https://github.com/cockpit-project/cockpit/actions
workflow_dispatch:
jobs:
urls-check:
runs-on: ubuntu-latest
steps:
- name: Set up configuration and secrets
run: |
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token

- name: Clone repository
uses: actions/checkout@v2

- name: Run urls-check action
run: |
tools/make-bots
tools/urls-check
26 changes: 0 additions & 26 deletions .tasks

This file was deleted.