[Script]: This script help for batch renaming files with structure #1926
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Hacktoberfest Label | |
on: | |
issues: | |
types: [opened,labeled] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: hacktoberfest-action | |
uses: mdb571/hacktoberfest-action@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
LABEL_COLOR: ${{secrets.LABEL_COLOR}} | |
LABEL_FILTER: ${{secrets.LABEL_FILTER}} |