Skip to content

Bump webpack from 5.102.1 to 5.105.4 in /Watcher #53

Bump webpack from 5.102.1 to 5.105.4 in /Watcher

Bump webpack from 5.102.1 to 5.105.4 in /Watcher #53

Workflow file for this run

name: Auto-assign Issues and PRs
on:
issues:
types: [opened]
pull_request:
types: [opened, reopened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
if: github.event_name == 'issues'
uses: pozil/auto-assign-issue@v2
with:
assignees: ygalnezri
- name: 'Auto-assign PR'
if: github.event_name == 'pull_request'
uses: pozil/auto-assign-issue@v2
with:
assignees: ygalnezri