Skip to content

Commit

Permalink
update config and metadata files post move
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Oct 1, 2024
1 parent 2759bce commit 2eecaa8
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 74 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/appengine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:gcloud"
about: "Create a bug or file a feature request against package:gcloud."
labels: "package:gcloud"
---
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
- changed-files:
- any-glob-to-any-file: '.github/**'

'package:appengine':
- changed-files:
- any-glob-to-any-file: 'pkgs/appengine/**'

'package:gcloud':
- changed-files:
- any-glob-to-any-file: 'pkgs/gcloud/**'

'package:native_synchronization':
- changed-files:
- any-glob-to-any-file: 'pkgs/native_synchronization/**'
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
name: Build
name: package:appengine
permissions: read-all

on:
schedule:
# “At 00:00 (UTC) on Sunday.”
- cron: '0 0 * * 0'
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- '.github/workflows/appengine.yml'
- 'pkgs/appengine/**'
push:
branches: [ main ]
paths:
- '.github/workflows/appengine.yml'
- 'pkgs/appengine/**'
schedule:
- cron: '0 0 * * 0' # weekly

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: pkgs/appengine

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down
14 changes: 0 additions & 14 deletions pkgs/appengine/.github/dependabot.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions pkgs/appengine/.github/workflows/publish.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions pkgs/appengine/CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/appengine/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build](https://github.com/dart-lang/appengine/actions/workflows/build.yaml/badge.svg)](https://github.com/dart-lang/appengine/actions/workflows/build.yaml)
[![package:appengine](https://github.com/dart-lang/labs/actions/workflows/appengine.yml/badge.svg)](https://github.com/dart-lang/labs/actions/workflows/appengine.yml)
[![pub package](https://img.shields.io/pub/v/appengine.svg)](https://pub.dev/packages/appengine)
[![package publisher](https://img.shields.io/pub/publisher/appengine.svg)](https://pub.dev/packages/appengine/publisher)

Expand Down
2 changes: 1 addition & 1 deletion pkgs/appengine/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ analyzer:
unnecessary_import: ignore

exclude:
- tmp/**
- tmp/**
2 changes: 1 addition & 1 deletion pkgs/appengine/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.13.8
description: >
Support for using Dart as a custom runtime on Google App Engine Flexible
Environment
repository: https://github.com/dart-lang/appengine
repository: https://github.com/dart-lang/labs/tree/main/pkgs/appengine

topics:
- cloud
Expand Down

0 comments on commit 2eecaa8

Please sign in to comment.