File tree Expand file tree Collapse file tree 9 files changed +32
-74
lines changed Expand file tree Collapse file tree 9 files changed +32
-74
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " package:gcloud"
3
+ about : " Create a bug or file a feature request against package:gcloud."
4
+ labels : " package:gcloud"
5
+ ---
Original file line number Diff line number Diff line change 4
4
- changed-files :
5
5
- any-glob-to-any-file : ' .github/**'
6
6
7
+ ' package:appengine ' :
8
+ - changed-files :
9
+ - any-glob-to-any-file : ' pkgs/appengine/**'
10
+
11
+ ' package:gcloud ' :
12
+ - changed-files :
13
+ - any-glob-to-any-file : ' pkgs/gcloud/**'
14
+
7
15
' package:native_synchronization ' :
8
16
- changed-files :
9
17
- any-glob-to-any-file : ' pkgs/native_synchronization/**'
Original file line number Diff line number Diff line change 1
- name : Build
1
+ name : package:appengine
2
+ permissions : read-all
2
3
3
4
on :
4
- schedule :
5
- # “At 00:00 (UTC) on Sunday.”
6
- - cron : ' 0 0 * * 0'
7
- push :
8
- branches : [ master ]
9
5
pull_request :
10
- branches : [ master ]
6
+ branches : [ main ]
7
+ paths :
8
+ - ' .github/workflows/appengine.yml'
9
+ - ' pkgs/appengine/**'
10
+ push :
11
+ branches : [ main ]
12
+ paths :
13
+ - ' .github/workflows/appengine.yml'
14
+ - ' pkgs/appengine/**'
15
+ schedule :
16
+ - cron : ' 0 0 * * 0' # weekly
11
17
12
18
jobs :
13
19
build :
14
20
runs-on : ubuntu-latest
21
+ defaults :
22
+ run :
23
+ working-directory : pkgs/appengine
15
24
16
25
steps :
17
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- [ ![ Build ] ( https://github.com/dart-lang/appengine /actions/workflows/build.yaml /badge.svg )] ( https://github.com/dart-lang/appengine /actions/workflows/build.yaml )
1
+ [ ![ package : appengine ] ( https://github.com/dart-lang/labs /actions/workflows/appengine.yml /badge.svg )] ( https://github.com/dart-lang/labs /actions/workflows/appengine.yml )
2
2
[ ![ pub package] ( https://img.shields.io/pub/v/appengine.svg )] ( https://pub.dev/packages/appengine )
3
3
[ ![ package publisher] ( https://img.shields.io/pub/publisher/appengine.svg )] ( https://pub.dev/packages/appengine/publisher )
4
4
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ analyzer:
6
6
unnecessary_import : ignore
7
7
8
8
exclude :
9
- - tmp/**
9
+ - tmp/**
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.13.8
3
3
description : >
4
4
Support for using Dart as a custom runtime on Google App Engine Flexible
5
5
Environment
6
- repository : https://github.com/dart-lang/appengine
6
+ repository : https://github.com/dart-lang/labs/tree/main/pkgs/ appengine
7
7
8
8
topics :
9
9
- cloud
You can’t perform that action at this time.
0 commit comments