Skip to content

Commit 72dd05d

Browse files
Merge branch 'master' into master
2 parents ede1c6a + 586107d commit 72dd05d

File tree

2 files changed

+56
-33
lines changed

2 files changed

+56
-33
lines changed

.github/workflows/label.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
- uses: Cian911/[email protected]
21+
with:
22+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

README.md

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,37 @@ Practicing Git & Github for collaboration.
66

77
Add your Github username below:
88

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

0 commit comments

Comments
 (0)