Skip to content

Commit

Permalink
Merge pull request #268 from parodos-dev/rgolangh-action_for_prs
Browse files Browse the repository at this point in the history
auto comment on new pull requests
  • Loading branch information
rgolangh authored Sep 9, 2024
2 parents 6972ba6 + 87d9942 commit fa5d4ed
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
pull_request:
types:
- opened

jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
gh pr comment -b " \
📢 Repository Notice \
This repository is now dedicated to maintaining the stable-1.1.x version of the Orchestrator, which is deployed using a Helm chart. \
\
⚠️ Important: The installation method for Orchestrator 1.2.x has been changed to be operator-based. Development for this version now happens in the Orchestrator Helm Operator repository. \
\
Additionally, this repository will continue to be the home for developing the orchestrator-k8s Helm chart. \
\
If this change includes changes to the orchestrator helm chart, please \
close the PR and send it to https://parodos-dev/orchestrator-helm-operator instead"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit fa5d4ed

Please sign in to comment.