Skip to content

Commit c365b1b

Browse files
committed
PROD-5239: Move to new ogbot
1 parent 914dc57 commit c365b1b

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.mergify.yml renamed to .github/mergify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pull_request_rules:
33
conditions:
44
- "label=auto-merge"
55
- "status-success=build"
6-
- "status-success=ogbot PR title"
76
- "#approved-reviews-by>=1"
87
- "-conflict"
98
- "title~=^((?!(wip|WIP)).)*$"

.github/ogbot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/ogbot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: ogbot
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, edited, synchronize]
6+
7+
jobs:
8+
pr:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: OpenGamma/OGBot@master
12+
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)