oasislabs / game-box

A Truffle box for a barebones Oasis Game
4 stars 3 forks source link

ryscheng-bot settings #13

Closed ravenac95 closed 5 years ago

ravenac95 commented 5 years ago

If @ryscheng is not the owner please notify the correct person

Adds/Updates:

These are changes for ryscheng-bot to manage the repository. This should be reviewed, edited, and customized by the codeowner, @ryscheng, of the repository. Settings are derived from the oasislabs/private-global-settings.

To add more labels in the .github/settings.yml do the following:

_extends: private-global-settings

labels:
  - name: 't:custom'
    color: '00900F'
    description: 'Custom label made by reuven'

  - name: 't:renamed'
    color: '000FFF'
    description: 'Another custom label made by reuven'

  - name: 'c:tester'
    color: '00FFFF'
    description: 'Refined label'

  - name: 'c:test2'
    color: '0FFF00'
    description: 'Some rando label'

This will add the labels t:custom, t:renamed, c:tester, c:test2 to your repo.

clementfung commented 5 years ago

Somehow this PR became a 25 commit PR, merge conflict hell. I just pulled out the .github directory and merged it directly into master. Closing this