Skip to content

Commit

Permalink
Merge pull request #37 from Lombiq/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
Piedone authored Dec 23, 2024
2 parents db01d2a + 736d98e commit 7e91234
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/create-jira-issues-for-community-activities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Create Jira issues for community activities

on:
discussion:
types: [created]
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
create-jira-issues-for-community-activities:
uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@dev
secrets:
JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.DEFAULT_JIRA_API_TOKEN }}
JIRA_PROJECT_KEY: ${{ secrets.DEFAULT_JIRA_PROJECT_KEY }}
DISCUSSION_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_DISCUSSION_JIRA_ISSUE_DESCRIPTION }}
ISSUE_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_ISSUE_JIRA_ISSUE_DESCRIPTION }}
PULL_REQUEST_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_PULL_REQUEST_JIRA_ISSUE_DESCRIPTION }}
with:
issue-component: Lombiq.AuditTrailExtensions
4 changes: 4 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
'extends': ['github>Lombiq/renovate-config:default-orchard-core-submodule.json5'],
}

0 comments on commit 7e91234

Please sign in to comment.