Skip to content

Commit 978eeb3

Browse files
authored
chore: Use GitHub Action Workflows from cloudposse/.github Repo (#117)
1 parent a7e86d1 commit 978eeb3

File tree

3 files changed

+10
-83
lines changed

3 files changed

+10
-83
lines changed

.github/settings.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
22
# extends: cloudposse/.github
33

4+
# Upstream changes from _extends are only recognized when modifications are made to this file in the default branch.
5+
_extends: .github
6+
environments:
7+
- name: release2
8+
deployment_branch_policy:
9+
custom_branches:
10+
- main
411
repository:
512
# A URL with more information about the repository
613
homepage: https://cloudposse.com
7-
814
# Either `true` to enable projects for this repository, or `false` to disable them.
915
# If projects are disabled for the organization, passing `true` will cause an API error.
1016
has_projects: false
11-
1217
# Either `true` to enable the wiki for this repository, `false` to disable it.
1318
has_wiki: false
14-
15-
environments:
16-
- name: release2
17-
deployment_branch_policy:
18-
custom_branches:
19-
- main
19+
name: github-action-test-action
20+
description: 'Github action for experiments '
21+
topics: ""

.github/workflows/auto-readme.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)