Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/create-prs-for-stale-branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 22, 2024
1 parent af5b083 commit e796d9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
BRANCH: ${{matrix.branch}}
CREATE_DRAFT: true
REPO_STATUS: private

steps:
- name: "Initialise Workspace"
if: startsWith(runner.name, 'buildagent-')
Expand All @@ -81,7 +82,8 @@ jobs:
ref: main
repository: ${{github.repository}}

- name: "Check Repo Visibility"
- if: env.REPO_STATUS == ''
name: "Check Repo Visibility"
if: github.repository_owner != 'funfair-tech'
uses: credfeto/action-repo-visibility@v1.2.0
id: visibility
Expand Down

0 comments on commit e796d9b

Please sign in to comment.