Skip to content

Adding a Marquee [constantly moving pictures] in the footer section #10

Adding a Marquee [constantly moving pictures] in the footer section

Adding a Marquee [constantly moving pictures] in the footer section #10

name: 'Auto Assign Issue Author'
on:
issues:
types: [opened, reopened]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- name: 'Assign issue author'
uses: actions-ecosystem/action-assign-to-author@v1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'