File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Greetings
2+
3+ on : [pull_request, issues]
4+
5+ jobs :
6+ greeting :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/first-interaction@v1
10+ with :
11+ repo-token : ${{ secrets.GITHUB_TOKEN }}
12+ issue-message : ' Thanks for Figuring out'' first issue'
13+ pr-message : ' Thanks for Your contribution'' first pull request'
Original file line number Diff line number Diff line change 1+ # This workflow will triage pull requests and apply a label based on the
2+ # paths that are modified in the pull request.
3+ #
4+ # To use this workflow, you will need to set up a .github/labeler.yml
5+ # file with configuration. For more information, see:
6+ # https://github.com/actions/labeler
7+
8+ name : Labeler
9+ on : [pull_request]
10+
11+ jobs :
12+ label :
13+
14+ runs-on : ubuntu-latest
15+
16+ steps :
17+ - uses : actions/labeler@v2
18+ with :
19+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments