Skip to content

Commit fd80722

Browse files
committed
Removed github actions and tools settings from readonly repositories
1 parent 155e5d7 commit fd80722

File tree

273 files changed

+255
-79335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+255
-79335
lines changed

‎src/adapter/etl-adapter-amphp/.github/PULL_REQUEST_TEMPLATE.md‎

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

‎src/adapter/etl-adapter-amphp/.github/dependabot.yml‎

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

‎src/adapter/etl-adapter-amphp/.github/workflows/automation-changelog-release.yml‎

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

‎src/adapter/etl-adapter-amphp/.github/workflows/automation-changelog-update.yml‎

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

‎src/adapter/etl-adapter-amphp/.github/workflows/automation-pr-description-validate.yml‎

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

‎src/adapter/etl-adapter-amphp/.github/workflows/automation-release-description-update.yml‎

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

‎src/adapter/etl-adapter-amphp/.github/workflows/dependabot-auto-merge.yml‎

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

‎src/adapter/etl-adapter-amphp/.github/workflows/docs.yml‎

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Readonly
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: superbrothers/close-pull-request@v3
12+
with:
13+
comment: |
14+
Hi, thank you for your contribution.
15+
Unfortunately, this repository is read-only. It's a split from our main monorepo repository.
16+
In order to proceed with this PR please open it against https://github.com/flow-php/flow repository.
17+
Thank you.

‎src/adapter/etl-adapter-amphp/.github/workflows/test-suite.yml‎

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

0 commit comments

Comments
 (0)