Skip to content

Update eslint monorepo to v9.15.0 #341

Update eslint monorepo to v9.15.0

Update eslint monorepo to v9.15.0 #341

Workflow file for this run

name: e2e-test
on:
pull_request:
branches: main
permissions:
pull-requests: write
issues: write
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- uses: ./
id: titles
with:
from: origin/${{ github.event.pull_request.base.ref }}^
to: origin/${{ github.event.pull_request.base.ref }}
format: "- {title} #{number}"
reverse: true
- uses: at-wat/setup-gh-pr-comment@v0
- name: Post comment
run: gh-pr-comment "Commits" "${{ steps.titles.outputs.titles }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}