Skip to content

Commit

Permalink
ci(workflow): exclude archived repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Nov 16, 2023
1 parent d2a2dc2 commit ee154aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-install-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install workflows
env:
ORG: okp4
REPO_FILTER: --visibility=public --source
REPO_FILTER: --visibility=public --source --no-archived
REPO_LIMIT: 100
BRANCH_NAME: ci/install-workflows
SOURCE_FILES: ".github/workflows/to-install/*.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-set-assignees-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set assignees and reviewers
env:
ORG: okp4
REPO_FILTER: --visibility=public --source
REPO_FILTER: --visibility=public --source --no-archived
REPO_LIMIT: 100
BRANCH_NAME: ci/update-dependabot-assignees-reviewers
DEPENDABOT_FILE: .github/dependabot.yml
Expand Down

0 comments on commit ee154aa

Please sign in to comment.