Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): drop local validate rule #9

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .policy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is generated by generate-policy-bot-config.
# This file is generated by main.
# Do not edit directly. Run "make .policy.yml" to update
policy:
approval:
Expand Down Expand Up @@ -29,15 +29,6 @@ approval_rules:
workflows:
- .github/workflows/lint.yml
- name: default to approval
- name: policy bot config is valid when modified
if:
changed_files:
paths:
- ^\.policy\.yml
requires:
conditions:
has_successful_status:
- Validate policy bot config
- name: override policies
options:
methods:
Expand Down
10 changes: 0 additions & 10 deletions policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ policy:
- policy bot config is valid when modified

approval_rules:
- name: policy bot config is valid when modified
if:
changed_files:
paths:
- ^\.policy\.yml
requires:
conditions:
has_successful_status:
- Validate policy bot config

- name: override policies
requires:
count: 1
Expand Down
Loading