Skip to content

Commit

Permalink
Fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jun 11, 2023
1 parent 8ab4a25 commit fd875f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Create Jira issues for community activities

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

jobs:
call-publish-workflow:
create-jira-issues-for-community-activities:
name: 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 }}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/validate-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Validate Pull Request

on:
pull_request:

jobs:
validate-pull-request:
name : Validate Pull Request
uses: Lombiq/GitHub-Actions/.github/workflows/validate-submodule-pull-request.yml@dev
8 changes: 0 additions & 8 deletions .github/workflows/verify-submodule-pull-request.yml

This file was deleted.

0 comments on commit fd875f9

Please sign in to comment.