Skip to content

Commit

Permalink
[#47] Add labels in consideration for PR automations and remove has f…
Browse files Browse the repository at this point in the history
…or the main repo (#48)
  • Loading branch information
mustafaozhan committed Jan 20, 2024
1 parent 31872a4 commit 9310824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
ProjectAutomations:
uses: Oztechan/Global/.github/workflows/reusable-project.yml@c6126d2699726f8ffb6a9a8b7fd0354dcc55d9b2
uses: Oztechan/Global/.github/workflows/reusable-project.yml@develop
with:
project_id: 8
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/reusable-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
move_related_issues: true

- name: 'Add Dependency PR by renovate to "🏗 PR Review"'
if: github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]' && (github.event.action == 'opened' || github.event.action == 'ready_for_review' || github.event.action == 'reopened')
if: github.event_name == 'pull_request' && (github.event.label.name == 'config' && github.event.label.name == 'dependencies') && (github.event.action == 'opened' || github.event.action == 'ready_for_review' || github.event.action == 'reopened')
uses: leonsteinhaeuser/[email protected]
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 9310824

Please sign in to comment.