Skip to content

Bump actions/stale from 3 to 8 #1

Bump actions/stale from 3 to 8

Bump actions/stale from 3 to 8 #1

Workflow file for this run

name: Repository Issue Assigner
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
issue_assigner:
runs-on: ubuntu-latest
steps:
- name: Issue Notifier
uses: kbrashears5/github-action-issue-assigner@v1
with:
TOKEN: ${{ secrets.BOT_ACTIONS }}