Skip to content

Commit 4f333ac

Browse files
authored
Script to ping ControlExamplePlots (#277)
* testing workflow * Update CompatHelper-test.yml * testing ping * Update PingControlExamplePlots.yml * Update PingControlExamplePlots.yml * Update PingControlExamplePlots.yml * Update PingControlExamplePlots.yml * Update PingControlExamplePlots.yml * Updated workflow pinger * Delete CompatHelper-test.yml * Create CompatHelper.yml * Update PingControlExamplePlots.yml Updated for JuliaControl org
1 parent 5dd627b commit 4f333ac

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Ping Control Example Plots
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, edited]
6+
7+
jobs:
8+
ping-control-example-plots:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: PR ping ControlExamplePlots
12+
run: |
13+
curl -X POST https://api.github.com/repos/JuliaControl/ControlExamplePlots.jl/dispatches \
14+
-H 'Accept: application/vnd.github.everest-preview+json' \
15+
-u ${{ secrets.ACCESS_TOKEN_BOT }} \
16+
--data '{"event_type": "prupdate", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'", "pr_number": ${{ github.event.number }} }}'

0 commit comments

Comments
 (0)