From a961cb5de73f9cfa68584cd103d05761347cf478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 26 Jul 2020 03:13:29 +0200 Subject: [PATCH] fix(actions): Migrate to 'main' branch (#1278) --- .github/workflows/issue_comment.yml | 2 +- .github/workflows/issues.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 7664899e5c..f8dd2f08cb 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -7,7 +7,7 @@ jobs: name: PullRequestHandler runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: PullRequestHandler uses: Ash258/Scoop-GithubActions@stable if: startsWith(github.event.comment.body, '/verify') diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 6bf050d92c..1229902ebc 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -7,7 +7,7 @@ jobs: name: IssueHandler runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: IssueHandler uses: Ash258/Scoop-GithubActions@stable if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8bc76b1060..d145df36a5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,7 @@ jobs: name: PullRequestHandler runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: PullRequestHandler uses: Ash258/Scoop-GithubActions@stable env: