Skip to content

Commit

Permalink
Merge pull request #4 from port-labs/updated-version-bump-for-jira
Browse files Browse the repository at this point in the history
Updated version bump for jira
  • Loading branch information
matarpeles authored Dec 4, 2023
2 parents 693aa6f + 017673c commit bd22145
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-scorecard-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/[email protected].0
uses: port-labs/[email protected].1
with:
operation_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-scorecard-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/[email protected].0
uses: port-labs/[email protected].1
with:
operation_kind: scorecard_report
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-jira-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync Jira Issues
uses: port-labs/[email protected].0
uses: port-labs/[email protected].1
with:
operation_kind: ticket_handler
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/port-sender@v0.1.15
uses: port-labs/port-sender@v0.2.1
with:
message_kind: scorecard_report
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/port-sender@v0.1.15
uses: port-labs/port-sender@v0.2.1
with:
message_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync Jira Issues
uses: port-labs/[email protected].0
uses: port-labs/[email protected].1
with:
operation_kind: ticket_handler
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand All @@ -195,7 +195,7 @@ jobs:
jira_api_endpoint: https://example.atlassian.net
jira_email: [email protected]
jira_project_id: EXAMPLE
jira_token: MY-JIRA-TOKEN
jira_token: ${{ secrets.JIRA_TOKEN }}
target_kind: jira
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/generate-scorecard-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/[email protected].0
uses: port-labs/[email protected].1
with:
operation_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
blueprint: app
scorecard: productionReadiness
filter_rule: '{"property": "$team","operator": "containsAny","value": ["Backend Team"]}'
filter_rule: '{"property": "$team","operator": "containsAny","value": ["Backend Team"]}'
4 changes: 2 additions & 2 deletions docs/examples/generate-scorecard-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/[email protected].0
uses: port-labs/[email protected].1
with:
operation_kind: scorecard_report
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
blueprint: app
scorecard: productionReadiness
scorecard: productionReadiness
4 changes: 2 additions & 2 deletions docs/examples/sync-jira-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync Jira Issues
uses: port-labs/[email protected].0
uses: port-labs/[email protected].1
with:
operation_kind: ticket_handler
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand All @@ -22,7 +22,7 @@ jobs:
jira_api_endpoint: https://example.atlassian.net
jira_email: [email protected]
jira_project_id: EXAMPLE
jira_token: MY-JIRA-TOKEN
jira_token: ${{ secrets.JIRA_TOKEN }}

target_kind: jira

Expand Down

0 comments on commit bd22145

Please sign in to comment.