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 9c6c78c commit 32f61d9
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/[email protected]
id: visibility
Expand Down

0 comments on commit 32f61d9

Please sign in to comment.