Skip to content

[backport -> release/3.4.x] chore(deps): bump lua-resty-events from 0.2.1 to 0.3.0 #2046

[backport -> release/3.4.x] chore(deps): bump lua-resty-events from 0.2.1 to 0.3.0

[backport -> release/3.4.x] chore(deps): bump lua-resty-events from 0.2.1 to 0.3.0 #2046

Workflow file for this run

name: Add assignee to PRs
on:
pull_request:
types: [ opened, reopened ]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- name: assign-author
# ignore the pull requests opened from PR because token is not correct
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
uses: toshimaru/auto-author-assign@2daaeb2988aef24bf37e636fe733f365c046aba0