Skip to content

Commit

Permalink
Merge branch 'master' into organize_ast
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit authored Feb 9, 2024
2 parents 9356c91 + b5670f2 commit 27b1e2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
labelPRBasedOnFilePath:
Client:
- OpenDreamClient/**/*
- OpenDreamShared/**/*
Runtime:
- OpenDreamRuntime/**/*
- OpenDreamServer/**/*
- OpenDreamShared/**/*
Compiler:
- OpenDreamCompiler/**/*
- DMDissasembler/**/*
1 change: 1 addition & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
- name: Apply Size Label
if: ${{ github.ref != 'refs/heads/master' }}
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 27b1e2d

Please sign in to comment.