From 73127432b54778da829e54ff834618ed2a0dda12 Mon Sep 17 00:00:00 2001 From: Francisco Bernal Date: Wed, 17 Apr 2024 09:50:00 -0700 Subject: [PATCH] chore: update GitHub actions --- .github/workflows/{flutter.yml => code-analysis.yml} | 0 .github/workflows/inactive-issues.yml | 1 + .github/workflows/semantic-pr.yml | 4 +--- 3 files changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{flutter.yml => code-analysis.yml} (100%) diff --git a/.github/workflows/flutter.yml b/.github/workflows/code-analysis.yml similarity index 100% rename from .github/workflows/flutter.yml rename to .github/workflows/code-analysis.yml diff --git a/.github/workflows/inactive-issues.yml b/.github/workflows/inactive-issues.yml index 7e8c2418..7cd40307 100644 --- a/.github/workflows/inactive-issues.yml +++ b/.github/workflows/inactive-issues.yml @@ -1,4 +1,5 @@ name: Close inactive issues + on: schedule: - cron: "0 12 * * *" diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 18283ea8..481c3291 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -1,6 +1,4 @@ - - -name: "Semantic PRs" +name: Semantic PRs on: pull_request_target: