Coder Social home page Coder Social logo

backend-meta's Introduction

This repository contains reusable workflows for use by the Synapse team.

The intent is to keep our various projects' CI configuration consistent without having to update N yaml files across N repositories.

Releases

We follow GitHub's advice for versioning actions. In short:

  • Use semver release numbering.
  • Test changes by publishing them to a named branch, and have test consumers cite that branch.
  • For each major version 1, 2, ...:
    • Maintain branches release/v1, release/v2 which track development of a release.
    • From these branches, cut releases 1.x.y, 2.x.y as needed. Tag as v1.x.y etc.
    • Maintain a tag v1, v2, ... which points to the latest release in the 1.x, 2.x series. These tags will need to be force-recreated and force-pushed.
  • Consumers that trust this repo should use tagged major versions (v1, v2,...) of these workflows.
  • Consumers that don't should use specify a commit hash when using a workflow.

backend-meta's People

Contributors

clokep avatar erikjohnston avatar half-shot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

backend-meta's Issues

sign-off workflow doesn't ignore requirement for org members without write access

See #9

Shouldn't the check have exempted you as a member of the matrix-org org?

Nope, because GitHub's author_association is a bit rubbish. It doesn't appear to be org aware, but that's fine so long as you don't make a PR from a fork. I still need to figure out how to make this work for people who are in the org, but do not have write access.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.