Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate workflows to reuse workflows from ballerina-standard-library #35

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

RDPerera
Copy link
Member

Purpose

Part of: ballerina-platform/ballerina-library#4778

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (db8d651) 95.53% compared to head (e47a4f9) 95.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #35   +/-   ##
=======================================
  Coverage   95.53%   95.53%           
=======================================
  Files          23       23           
  Lines        1031     1031           
  Branches      672      672           
=======================================
  Hits          985      985           
  Misses         46       46           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RDPerera RDPerera changed the title Migrate workflows to reuse workflows from ballerina-standard-library … Migrate workflows to reuse workflows from ballerina-standard-library Oct 10, 2023
@MohamedSabthar MohamedSabthar merged commit 04a6491 into ballerina-platform:main Oct 12, 2023
10 checks passed
call_workflow:
name: Run PR Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main

secrets: inherit
with:
package-name: toml
package-org: ballerina
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
package-org: ballerina
package-org: ballerina

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants