File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -100,19 +100,19 @@ updates:
100
100
open-pull-requests-limit : 10
101
101
102
102
- package-ecosystem : " pub"
103
- directory : " /geocoding_ios "
103
+ directory : " /geocoding_darwin "
104
104
commit-message :
105
- prefix : " [geocoding_ios ]"
105
+ prefix : " [geocoding_darwin ]"
106
106
schedule :
107
107
interval : " weekly"
108
108
reviewers :
109
109
- " mvanbeusekom"
110
110
open-pull-requests-limit : 10
111
111
112
112
- package-ecosystem : " pub"
113
- directory : " /geocoding_ios /example"
113
+ directory : " /geocoding_darwin /example"
114
114
commit-message :
115
- prefix : " [geocoding_ios ]"
115
+ prefix : " [geocoding_darwin ]"
116
116
schedule :
117
117
interval : " weekly"
118
118
reviewers :
Original file line number Diff line number Diff line change 1
1
# This is a basic workflow to help you get started with Actions
2
2
3
- name : geocoding_ios
3
+ name : geocoding_darwin
4
4
5
5
# Controls when the action will run. Triggers the workflow on push or pull request
6
6
# events but only for the main branch
7
7
on :
8
8
push :
9
9
branches : [ main ]
10
10
paths :
11
- - ' geocoding_ios /**'
12
- - ' .github/workflows/geocoding_ios .yaml'
11
+ - ' geocoding_darwin /**'
12
+ - ' .github/workflows/geocoding_darwin .yaml'
13
13
14
14
pull_request :
15
15
branches : [ main ]
16
16
paths :
17
- - ' geocoding_ios /**'
18
- - ' .github/workflows/geocoding_ios .yaml'
17
+ - ' geocoding_darwin /**'
18
+ - ' .github/workflows/geocoding_darwin .yaml'
19
19
20
20
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
21
21
jobs :
26
26
runs-on : macos-latest
27
27
28
28
env :
29
- source-directory : ./geocoding_ios
30
- example-directory : ./geocoding_ios /example
29
+ source-directory : ./geocoding_darwin
30
+ example-directory : ./geocoding_darwin /example
31
31
32
32
# Steps represent a sequence of tasks that will be executed as part of the job
33
33
steps :
You can’t perform that action at this time.
0 commit comments