From 0218e1d7a96490d8455492d5ad78008e88a7c301 Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Tue, 7 Jan 2025 12:19:27 -0300 Subject: [PATCH] build: Adds auto assign for pull requests and validation for links. --- .github/workflows/validate-links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-links.yml b/.github/workflows/validate-links.yml index 8ca6a7d..123e110 100644 --- a/.github/workflows/validate-links.yml +++ b/.github/workflows/validate-links.yml @@ -4,6 +4,7 @@ on: pull_request: null schedule: - cron: 0 0 * * * + workflow_dispatch: jobs: link-checker: