Including some additional features in Lottery and Voting smart contract #26
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: issue-labeler | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
automate-issues-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: initial labeling | |
uses: andymckay/labeler@master | |
with: | |
add-labels: 'SWOC23' |