Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Article about October TSC meeting #227

Merged
merged 12 commits into from
Nov 4, 2024
Merged
7 changes: 5 additions & 2 deletions .github/workflows/pr-autocloser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
steps:
- name: Comment and close PR
run: |
gh pr close "${{ github.event.pull_request.url }}"
--comment "Pull requests to the live branch are not allowed. Use staging branch. Publish via workflow dispatch to Publish to live workflow"
gh pr close "${PR_NUMBER}" \
--repo "${GH_REPO}" \
--comment "Pull requests to the master branch are not allowed. Use staging branch. Maintainer can publish staging branch using workflow dispatch at https://github.com/laminas/getlaminas.org/actions/workflows/publish.yml"
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}

51 changes: 28 additions & 23 deletions bootstrap/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"laminas/laminas-diactoros": "^3.5.0",
"laminas/laminas-feed": "^2.23.0",
"laminas/laminas-paginator": "^2.19.0",
"laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-stdlib": "^3.19.0",
"laminas/laminas-servicemanager": "^3.23.0",
"laminas/laminas-stdlib": "^3.20.0",
"league/commonmark": "^2.5.1",
"mezzio/mezzio": "^3.20.1",
"mezzio/mezzio-fastroute": "^3.12.0",
Expand Down
Loading