Skip to content

Commit 2abb39c

Browse files
committed
update workflows
1 parent 7149a5d commit 2abb39c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
2+
23
updates:
3-
# Keep npm dependencies up to date
44
- package-ecosystem: 'npm'
55
directory: '/'
66
schedule:
@@ -9,8 +9,6 @@ updates:
99
time: '08:00'
1010
timezone: 'Etc/GMT'
1111
target-branch: 'workflow/dependency-update'
12-
# Raise all npm pull requests with custom labels
1312
labels:
1413
- 'workflow'
1514
milestone: 1
16-

.github/workflows/pr-open-to-demos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: PR Open To Demos
1+
name: PR Open To Demos Workflows
2+
23
on:
34
pull_request:
45
types: [ opened ]

0 commit comments

Comments
 (0)