Skip to content
Merged
455 changes: 455 additions & 0 deletions .github/workflows/agent-ci.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/openaev-auto-label.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "[OpenAEV] Auto Label"
on:
pull_request_target:
branches: [main, release/current]
branches: [main]
types: [opened, reopened]
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openaev-check-signed-commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "[OpenAEV] Check Signed Commits in PR"
on:
pull_request_target:
branches: [main, release/current]
branches: [main]
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openaev-validate-pr-title.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "[OpenAEV] Validate PR title Worker"
on:
pull_request:
branches: [main, release/current]
branches: [main]
types: [opened, edited, reopened, ready_for_review, synchronize]
permissions:
contents: read
Expand Down
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand All @@ -23,4 +19,4 @@ installer/windows/*.exe
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
*.iml
*.iml
Loading
Loading