[2015] [Day 1]: Not Quite Lisp #2
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: Add milestone to issue | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add-milestone-to-issue: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Adding milestone to issue | |
uses: Julexar/[email protected] | |
with: | |
token: "${{ secrets.GITHUB_TOKEN }}" | |
milestone: "${{ github.event.issue.challenge-year }} Challenges" |