Skip to content

Commit

Permalink
feat: new contribution guideline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 6, 2024
1 parent e27c87f commit b29ac6b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 103 deletions.
16 changes: 10 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@ playbook:
- src/**/*

appx:
- src/Configuration/features/atlas/appx.yml
- src/Configuration/atlas/appx.yml

components:
- src/Configuration/features/atlas/components.yml
- src/Configuration/features/atlas/packages.yml
- src/Configuration/atlas/components.yml
- src/Configuration/atlas/packages.yml

config:
- src/Configuration/features/atlas/config.yml
- src/Configuration/atlas/config.yml

services:
- src/Configuration/features/atlas/services.yml
- src/Configuration/atlas/services.yml

tweaks:
- src/Configuration/tweaks.yml
- src/Configuration/tweaks/**/*

desktop folder:
- src/Executables/Atlas/**/*
- src/Executables/AtlasDesktop/**/*
40 changes: 0 additions & 40 deletions .github/workflows/dev-branch-merge.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/filter.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Pull Request Labeler"

on:
- pull_request_target

jobs:
filter:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4

0 comments on commit b29ac6b

Please sign in to comment.