File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 5
5
schedule :
6
6
interval : weekly
7
7
open-pull-requests-limit : 10
8
-
9
8
groups :
10
9
patch-deps-updates-main :
11
10
update-types :
@@ -16,6 +15,7 @@ updates:
16
15
major-deps-updates-main :
17
16
update-types :
18
17
- " major"
18
+
19
19
- package-ecosystem : github-actions
20
20
directory : " /"
21
21
schedule :
Original file line number Diff line number Diff line change
1
+ name : Build WebdriverIO
2
+
3
+ on :
4
+ workflow_call :
5
+ # Make this a reusable workflow, no value needed
6
+ # https://docs.github.com/en/actions/using-workflows/reusing-workflows
7
+
8
+ jobs :
9
+ authorize :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+
13
+ with :
14
+ route : GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }}
15
+ team : technical-steering-committee
16
+ organisation : webdriverio
17
+ env :
18
+ GITHUB_TOKEN : ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments