Skip to content

Bump autots from 0.6.0 to 0.6.5 #8794

Bump autots from 0.6.0 to 0.6.5

Bump autots from 0.6.0 to 0.6.5 #8794

# https://github.com/marketplace/actions/verify-linked-issue
name: Verify the pull request has linked issues
on:
pull_request:
types: [edited, synchronize, opened, reopened]
jobs:
verify_linked_issue:
name: Ensure Pull Request has a linked issue
runs-on: ubuntu-latest
steps:
- name: Verify Linked Issue
uses: hattan/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}