File tree Expand file tree Collapse file tree 2 files changed +56
-33
lines changed Expand file tree Collapse file tree 2 files changed +56
-33
lines changed 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 : AutoMerge
9
+ on : [pull_request]
10
+
11
+ jobs :
12
+ label :
13
+
14
+ runs-on : ubuntu-latest
15
+ permissions :
16
+ contents : read
17
+ pull-requests : write
18
+
19
+ steps :
20
+
21
+ with :
22
+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -6,36 +6,37 @@ Practicing Git & Github for collaboration.
6
6
7
7
Add your Github username below:
8
8
9
- - [x] serranoarevalo!
10
- - [x] Don
11
- - [x] kd!
12
- - [x] kangdongil
13
- - [x] dkssyddico
14
- - [x] confidential-nt
15
- - [x] Yangseungchan
16
- - [x] supermonkey
17
- - [x] eunoialim
18
- - [x] ystime25
19
- - [x] LEE Seungje
20
- - [x] rhaehf
21
- - [x] jkayk
22
- - [x] river
23
- - [x] junhyung!
24
- - [x] cws0316
25
- - [x] gzero1728
26
- - [x] jiun-Kim (I love learn coding from Nomadcoder)
27
- - [x] hs04111
28
- - [x] sun!
29
- - [x] presuit!
30
- - [x] saintluxpgw!
31
- - [x] T-WK! hello!
32
- - [x] cicada
33
- - [x] sungeun101
34
- - [x] seunga
35
- - [x] RtgKorea
36
- - [x] Johny Kim! 2019. 8. 9
37
- - [x] aikasi
38
- - [x] GalaxySailor!
39
- - [x] yuyaebean
40
- - [x] nanmadol
41
- - [x] Prosted
9
+ - [x] serranoarevalo!
10
+ - [x] Don
11
+ - [x] kd!
12
+ - [x] kangdongil
13
+ - [x] dkssyddico
14
+ - [x] confidential-nt
15
+ - [x] Yangseungchan
16
+ - [x] supermonkey
17
+ - [x] eunoialim
18
+ - [x] ystime25
19
+ - [x] LEE Seungje
20
+ - [x] rhaehf
21
+ - [x] jkayk
22
+ - [x] river
23
+ - [x] junhyung!
24
+ - [x] cws0316
25
+ - [x] gzero1728
26
+ - [x] jiun-Kim (I love learn coding from Nomadcoder)
27
+ - [x] hs04111
28
+ - [x] sun!
29
+ - [x] presuit!
30
+ - [x] saintluxpgw!
31
+ - [x] T-WK! hello!
32
+ - [x] cicada
33
+ - [x] sungeun101
34
+ - [x] seunga
35
+ - [x] RtgKorea
36
+ - [x] Johny Kim! 2019. 8. 9
37
+ - [x] aikasi
38
+ - [x] GalaxySailor!
39
+ - [x] yuyaebean
40
+ - [x] nanmadol
41
+ - [x] jaehyuenjung!
42
+ - [x] Prosted
You can’t perform that action at this time.
0 commit comments