Skip to content

action.cjs: fix auto assignment #2288

action.cjs: fix auto assignment

action.cjs: fix auto assignment #2288

Workflow file for this run

name: loop
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
permissions:
actions: read
contents: read
pull-requests: write
security-events: write
jobs:
loop:
name: loop
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- run: |
pwd
tree -a
shell: bash
- uses: ./actions/main
with:
debug: true
github_token: ${{ secrets.GITHUB_TOKEN }}
gh_to_slack_user_map: ${{ secrets.GH_TO_SLACK_USER_MAP }}