Skip to content

Action to automatically create manifest PR

Notifications You must be signed in to change notification settings

karhama/action-manifest-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

action-manifest-pr

This action can be used to automatically create manifest PRs into sdk-nrf repo.

usage

You can call this workflow in your repository to automatically create manifest PRs.

name: Create manifest PR
on:
  pull_request:
    types: [opened, synchronize, closed]
    branches:
      - main

jobs:
  call_workflow:
    uses: nordicbuilder/action-manifest-pr/.github/workflows/auto-manifest-pr.yml@main
    secrets:
       NB_TOKEN: ${{ secrets.NORDICBUILDER_TOKEN }}

about secret

This action is designed to utilize NordicBuilder-related secret, primarily for creating branches and manifest PRs within the sdk-nrf repository. Ensure proper configuration of the secret in calling repository. Please be careful when using this action in public repos i.e. make sure it's not triggered for outside contributors

About

Action to automatically create manifest PR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published