Skip to content

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.

License

Notifications You must be signed in to change notification settings

vainamonen/camunda-bpm-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adding a PR label

  1. Install github-label-sync
  2. Create a personal github access token
    • With repo permissions
    • With access to the Camunda organization
  3. Add the label to pr-labels.yml
  4. Sync the label with camunda/camunda-bpm-platform:
    1. Set an environment variable GITHUB_ACCESS_TOKEN with your github token
    2. github-label-sync --dry-run --labels ./.github/pr-labels.yml --allow-added-labels camunda/camunda-bpm-platform
      • Only remove --allow-added-labels when you are really sure. When not set, other labels in the repository will be deleted. There is no way to restore the label assignment to issues once deleted.
      • Never skip the dry run, it's easy to mess things up here.
    3. Review the dry-run output
    4. Run the command again without --dry-run
  5. Sync the labels by applying the same procedure with repositories:
    • camunda/camunda-bpm-platform-maintenance
    • camunda/camunda-bpm-platform-ee
    • camunda/camunda-bpm-platform-ee-maintenance
    • camunda/camunda-bpm-rpa-bridge-ee

Read https://confluence.camunda.com/display/AP/Github+labels for how to change other labels and how we overall work with labels.

About

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 88.6%
  • JavaScript 6.2%
  • FreeMarker 2.9%
  • HTML 1.9%
  • Less 0.3%
  • SQLPL 0.1%